diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-12-09 14:24:17 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-12-20 17:53:04 -0800 |
commit | 374b8cfd61f33b3c1dd4b0f4c2b1bb20079d3090 (patch) | |
tree | eabb3ab7c58768bdea66a3156cc17fca8393b524 | |
parent | 6bc56aaecce78113500b150f1f1506029145a370 (diff) | |
download | blackbird-obmc-linux-374b8cfd61f33b3c1dd4b0f4c2b1bb20079d3090.tar.gz blackbird-obmc-linux-374b8cfd61f33b3c1dd4b0f4c2b1bb20079d3090.zip |
omap: serial: Change device name: omap-hsuart -> omap_uart
The naming convention for omap_device is omap_XXX.
Rename the device and driver name in order to stick
to this naming convention.
Remove the hs prefix that is implicit for every OMAP uarts.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Govindraj Raja <govindraj.raja@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap-serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h index b3e0bad9b77e..2682043f5a5b 100644 --- a/arch/arm/plat-omap/include/plat/omap-serial.h +++ b/arch/arm/plat-omap/include/plat/omap-serial.h @@ -22,7 +22,7 @@ #include <plat/mux.h> -#define DRIVER_NAME "omap-hsuart" +#define DRIVER_NAME "omap_uart" /* * Use tty device name as ttyO, [O -> OMAP] |