diff options
Diffstat (limited to 'Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt b/Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt index 7a3112bc135c..0c113ffe3814 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt | |||
@@ -5,6 +5,10 @@ Required properties: | |||
5 | - reg : Should contain I2S registers location and length | 5 | - reg : Should contain I2S registers location and length |
6 | - clocks : Must contain one entry, for the module clock. | 6 | - clocks : Must contain one entry, for the module clock. |
7 | See ../clocks/clock-bindings.txt for details. | 7 | See ../clocks/clock-bindings.txt for details. |
8 | - resets : Must contain an entry for each entry in reset-names. | ||
9 | See ../reset/reset.txt for details. | ||
10 | - reset-names : Must include the following entries: | ||
11 | - i2s | ||
8 | - nvidia,ahub-cif-ids : The list of AHUB CIF IDs for this port, rx (playback) | 12 | - nvidia,ahub-cif-ids : The list of AHUB CIF IDs for this port, rx (playback) |
9 | first, tx (capture) second. See nvidia,tegra30-ahub.txt for values. | 13 | first, tx (capture) second. See nvidia,tegra30-ahub.txt for values. |
10 | 14 | ||
@@ -15,4 +19,6 @@ i2s@70080300 { | |||
15 | reg = <0x70080300 0x100>; | 19 | reg = <0x70080300 0x100>; |
16 | nvidia,ahub-cif-ids = <4 4>; | 20 | nvidia,ahub-cif-ids = <4 4>; |
17 | clocks = <&tegra_car 11>; | 21 | clocks = <&tegra_car 11>; |
22 | resets = <&tegra_car 11>; | ||
23 | reset-names = "i2s"; | ||
18 | }; | 24 | }; |