diff options
author | Rajendra Nayak <rnayak@ti.com> | 2011-12-14 17:25:45 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-16 14:11:06 -0800 |
commit | d92b0dfc5078aeec869d58372dbda5e16739b8de (patch) | |
tree | 2f8d3c57855e0c567e533286ad7653e873ec2af9 /Documentation | |
parent | 8fe789dc375a1929bf64a9b982140cf394c8bce5 (diff) | |
download | talos-op-linux-d92b0dfc5078aeec869d58372dbda5e16739b8de.tar.gz talos-op-linux-d92b0dfc5078aeec869d58372dbda5e16739b8de.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/serial/omap_serial.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/omap_serial.txt b/Documentation/devicetree/bindings/serial/omap_serial.txt new file mode 100644 index 000000000000..342eedd10050 --- /dev/null +++ b/Documentation/devicetree/bindings/serial/omap_serial.txt @@ -0,0 +1,10 @@ +OMAP UART controller + +Required properties: +- compatible : should be "ti,omap2-uart" for OMAP2 controllers +- compatible : should be "ti,omap3-uart" for OMAP3 controllers +- compatible : should be "ti,omap4-uart" for OMAP4 controllers +- ti,hwmods : Must be "uart<n>", n being the instance number (1-based) + +Optional properties: +- clock-frequency : frequency of the clock input to the UART |