diff options
author | Geert Uytterhoeven <[email protected]> | 2015-03-16 15:47:12 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2015-07-31 23:31:52 +0200 |
commit | 885fb909dc17f9240ab3e3420f7f135ae82be01f (patch) | |
tree | e69f528dbcc4ce7cb64f73a2c9c4cb24bf2d89c3 | |
parent | ba2bbfbf63075850bb523e2adb815d45e3509995 (diff) |
PM / Domains: Correct unit address in power-controller example
In example 2 of the generic PM domains DT bindings, the unit address of
the device node representing the child power controller doesn't match
its "reg" property. Correct it.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Kevin Hilman <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/power/power_domain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt index 0f8ed3710c66..025b5e7df61c 100644 --- a/Documentation/devicetree/bindings/power/power_domain.txt +++ b/Documentation/devicetree/bindings/power/power_domain.txt @@ -48,7 +48,7 @@ Example 2: #power-domain-cells = <1>; }; - child: power-controller@12340000 { + child: power-controller@12341000 { compatible = "foo,power-controller"; reg = <0x12341000 0x1000>; power-domains = <&parent 0>; |