summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/serial/omap_serial.txt
diff options
context:
space:
mode:
authorRajendra Nayak2011-12-14 12:55:45 +0100
committerTony Lindgren2011-12-16 23:11:06 +0100
commitd92b0dfc5078aeec869d58372dbda5e16739b8de (patch)
tree2f8d3c57855e0c567e533286ad7653e873ec2af9 /Documentation/devicetree/bindings/serial/omap_serial.txt
parentomap-serial: Use default clock speed (48Mhz) if not specified (diff)
downloadkernel-qcow2-linux-d92b0dfc5078aeec869d58372dbda5e16739b8de.tar.gz
kernel-qcow2-linux-d92b0dfc5078aeec869d58372dbda5e16739b8de.tar.xz
kernel-qcow2-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/devicetree/bindings/serial/omap_serial.txt')
-rw-r--r--Documentation/devicetree/bindings/serial/omap_serial.txt10
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