Skip to content

Commit e841cfc

Browse files
vireshkrafaeljw
authored andcommitted
PM / Domains: Fix DT example
The power-domain provider's #power-domain-cells field is set to 0 and yet the children is using an index to point the power domain. Fix it by removing the index field. Fixes: 70bb510 (dt/bindings / PM/Domains: Update binding for PM domain idle states) Signed-off-by: Viresh Kumar <[email protected]> Acked-by: Ulf Hansson <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent b539cc8 commit e841cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/power/power_domain.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Example 3:
8181
child: power-controller@12341000 {
8282
compatible = "foo,power-controller";
8383
reg = <0x12341000 0x1000>;
84-
power-domains = <&parent 0>;
84+
power-domains = <&parent>;
8585
#power-domain-cells = <0>;
8686
domain-idle-states = <&DOMAIN_PWR_DN>;
8787
};

0 commit comments

Comments
 (0)