Skip to content

Commit

Permalink
omap: serial: Change device name: omap-hsuart -> omap_uart
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benoit Cousson authored and Tony Lindgren committed Dec 21, 2010
1 parent 6bc56aa commit 374b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/include/plat/omap-serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 374b8cf

Please sign in to comment.