aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/hsi/omap-ssi.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/hsi/omap-ssi.txt b/Documentation/devicetree/bindings/hsi/omap-ssi.txt
index b8eca3c7810d..955e335e7e56 100644
--- a/Documentation/devicetree/bindings/hsi/omap-ssi.txt
+++ b/Documentation/devicetree/bindings/hsi/omap-ssi.txt
@@ -1,10 +1,12 @@
1OMAP SSI controller bindings 1OMAP SSI controller bindings
2 2
3OMAP Synchronous Serial Interface (SSI) controller implements a legacy 3OMAP3's Synchronous Serial Interface (SSI) controller implements a
4variant of MIPI's High Speed Synchronous Serial Interface (HSI). 4legacy variant of MIPI's High Speed Synchronous Serial Interface (HSI),
5while the controller found inside OMAP4 is supposed to be fully compliant
6with the HSI standard.
5 7
6Required properties: 8Required properties:
7- compatible: Should include "ti,omap3-ssi". 9- compatible: Should include "ti,omap3-ssi" or "ti,omap4-hsi"
8- reg-names: Contains the values "sys" and "gdd" (in this order). 10- reg-names: Contains the values "sys" and "gdd" (in this order).
9- reg: Contains a matching register specifier for each entry 11- reg: Contains a matching register specifier for each entry
10 in reg-names. 12 in reg-names.
@@ -27,6 +29,7 @@ Each port is represented as a sub-node of the ti,omap3-ssi device.
27Required Port sub-node properties: 29Required Port sub-node properties:
28- compatible: Should be set to the following value 30- compatible: Should be set to the following value
29 ti,omap3-ssi-port (applicable to OMAP34xx devices) 31 ti,omap3-ssi-port (applicable to OMAP34xx devices)
32 ti,omap4-hsi-port (applicable to OMAP44xx devices)
30- reg-names: Contains the values "tx" and "rx" (in this order). 33- reg-names: Contains the values "tx" and "rx" (in this order).
31- reg: Contains a matching register specifier for each entry 34- reg: Contains a matching register specifier for each entry
32 in reg-names. 35 in reg-names.
@@ -38,6 +41,10 @@ Required Port sub-node properties:
38 property. If it's missing the port will not be 41 property. If it's missing the port will not be
39 enabled. 42 enabled.
40 43
44Optional properties:
45- ti,hwmods: Shall contain TI interconnect module name if needed
46 by the SoC
47
41Example for Nokia N900: 48Example for Nokia N900:
42 49
43ssi-controller@48058000 { 50ssi-controller@48058000 {