diff options
| -rw-r--r-- | Documentation/devicetree/bindings/hsi/omap-ssi.txt | 13 |
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 @@ | |||
| 1 | OMAP SSI controller bindings | 1 | OMAP SSI controller bindings |
| 2 | 2 | ||
| 3 | OMAP Synchronous Serial Interface (SSI) controller implements a legacy | 3 | OMAP3's Synchronous Serial Interface (SSI) controller implements a |
| 4 | variant of MIPI's High Speed Synchronous Serial Interface (HSI). | 4 | legacy variant of MIPI's High Speed Synchronous Serial Interface (HSI), |
| 5 | while the controller found inside OMAP4 is supposed to be fully compliant | ||
| 6 | with the HSI standard. | ||
| 5 | 7 | ||
| 6 | Required properties: | 8 | Required 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. | |||
| 27 | Required Port sub-node properties: | 29 | Required 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 | ||
| 44 | Optional properties: | ||
| 45 | - ti,hwmods: Shall contain TI interconnect module name if needed | ||
| 46 | by the SoC | ||
| 47 | |||
| 41 | Example for Nokia N900: | 48 | Example for Nokia N900: |
| 42 | 49 | ||
| 43 | ssi-controller@48058000 { | 50 | ssi-controller@48058000 { |
