PM / Domains: Correct unit address in power-controller example
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 16 Mar 2015 14:47:12 +0000 (15:47 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 31 Jul 2015 21:31:52 +0000 (23:31 +0200)
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 <geert+renesas@glider.be>
Acked-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/devicetree/bindings/power/power_domain.txt

index 0f8ed3710c66e9e24450a77ba1d86fd9d2a01ea3..025b5e7df61c630c3048d6b6befa8735296e7884 100644 (file)
@@ -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>;