]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: Fix serial init for device tree based booting
authorTony Lindgren <tony@atomide.com>
Fri, 7 Jun 2013 21:55:04 +0000 (14:55 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Jun 2013 16:44:15 +0000 (09:44 -0700)
commit82702ea11ddfe0e43382e1fa5b66d807d8114916
tree6f7ec031f43cf973df16f5391b56eb896f37a36e
parent415ab3283c8179adba6ed8316e1a52b93431a8a6
ARM: OMAP2+: Fix serial init for device tree based booting

We don't want to call omap_serial_early_init() for device
tree based booting as the ports are initialized based on
the .dts entries.

Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/serial.c