diff options
-rw-r--r-- | Documentation/devicetree/bindings/opp/opp.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/power/power_domain.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/opp/opp.txt b/Documentation/devicetree/bindings/opp/opp.txt index 4e4f30288c8b..788052d66c9d 100644 --- a/Documentation/devicetree/bindings/opp/opp.txt +++ b/Documentation/devicetree/bindings/opp/opp.txt | |||
@@ -159,7 +159,7 @@ Optional properties: | |||
159 | 159 | ||
160 | - status: Marks the node enabled/disabled. | 160 | - status: Marks the node enabled/disabled. |
161 | 161 | ||
162 | - required-opp: This contains phandle to an OPP node in another device's OPP | 162 | - required-opps: This contains phandle to an OPP node in another device's OPP |
163 | table. It may contain an array of phandles, where each phandle points to an | 163 | table. It may contain an array of phandles, where each phandle points to an |
164 | OPP of a different device. It should not contain multiple phandles to the OPP | 164 | OPP of a different device. It should not contain multiple phandles to the OPP |
165 | nodes in the same OPP table. This specifies the minimum required OPP of the | 165 | nodes in the same OPP table. This specifies the minimum required OPP of the |
diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt index f3355313c020..4733f76cbe48 100644 --- a/Documentation/devicetree/bindings/power/power_domain.txt +++ b/Documentation/devicetree/bindings/power/power_domain.txt | |||
@@ -127,7 +127,7 @@ inside a PM domain with index 0 of a power controller represented by a node | |||
127 | with the label "power". | 127 | with the label "power". |
128 | 128 | ||
129 | Optional properties: | 129 | Optional properties: |
130 | - required-opp: This contains phandle to an OPP node in another device's OPP | 130 | - required-opps: This contains phandle to an OPP node in another device's OPP |
131 | table. It may contain an array of phandles, where each phandle points to an | 131 | table. It may contain an array of phandles, where each phandle points to an |
132 | OPP of a different device. It should not contain multiple phandles to the OPP | 132 | OPP of a different device. It should not contain multiple phandles to the OPP |
133 | nodes in the same OPP table. This specifies the minimum required OPP of the | 133 | nodes in the same OPP table. This specifies the minimum required OPP of the |
@@ -175,14 +175,14 @@ Example: | |||
175 | compatible = "foo,i-leak-current"; | 175 | compatible = "foo,i-leak-current"; |
176 | reg = <0x12350000 0x1000>; | 176 | reg = <0x12350000 0x1000>; |
177 | power-domains = <&power 0>; | 177 | power-domains = <&power 0>; |
178 | required-opp = <&domain0_opp_0>; | 178 | required-opps = <&domain0_opp_0>; |
179 | }; | 179 | }; |
180 | 180 | ||
181 | leaky-device1@12350000 { | 181 | leaky-device1@12350000 { |
182 | compatible = "foo,i-leak-current"; | 182 | compatible = "foo,i-leak-current"; |
183 | reg = <0x12350000 0x1000>; | 183 | reg = <0x12350000 0x1000>; |
184 | power-domains = <&power 1>; | 184 | power-domains = <&power 1>; |
185 | required-opp = <&domain1_opp_1>; | 185 | required-opps = <&domain1_opp_1>; |
186 | }; | 186 | }; |
187 | 187 | ||
188 | [1]. Documentation/devicetree/bindings/power/domain-idle-state.txt | 188 | [1]. Documentation/devicetree/bindings/power/domain-idle-state.txt |