omap-serial: Add minimal device tree support
authorRajendra Nayak <rnayak@ti.com>
Wed, 14 Dec 2011 11:55:45 +0000 (17:25 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 16 Dec 2011 22:11:06 +0000 (14:11 -0800)
commitd92b0dfc5078aeec869d58372dbda5e16739b8de
tree2f8d3c57855e0c567e533286ad7653e873ec2af9
parent8fe789dc375a1929bf64a9b982140cf394c8bce5
omap-serial: Add minimal device tree support

Adapt the driver to device tree and pass minimal platform
data from device tree needed for console boot.
No power management features will be suppported for now
since it requires more tweaks around OCP settings
to toggle forceidle/noidle/smartidle bits and handling
remote wakeup and dynamic muxing.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/serial/omap_serial.txt [new file with mode: 0644]
drivers/tty/serial/omap-serial.c