diff mbox

PM / Domains: Correct unit address in power-controller example

Message ID 1426517232-2592-1-git-send-email-geert+renesas@glider.be
State Accepted, archived
Commit 885fb909dc17f9240ab3e3420f7f135ae82be01f
Headers show

Commit Message

Geert Uytterhoeven March 16, 2015, 2:47 p.m. UTC
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>
---
 Documentation/devicetree/bindings/power/power_domain.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kevin Hilman March 16, 2015, 5:14 p.m. UTC | #1
Geert Uytterhoeven <geert+renesas@glider.be> writes:

> 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>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/power/power_domain.txt b/Documentation/devicetree/bindings/power/power_domain.txt
index 0f8ed3710c66e9e2..025b5e7df61c630c 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>;