* [PATCH] PM / Domains: Correct unit address in power-controller example
@ 2015-03-16 14:47 Geert Uytterhoeven
2015-03-16 17:14 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-03-16 14:47 UTC (permalink / raw)
To: Rafael J. Wysocki, Kevin Hilman, Ulf Hansson
Cc: Marek Szyprowski, Kukjin Kim, devicetree, linux-pm,
Geert Uytterhoeven
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(-)
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>;
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] PM / Domains: Correct unit address in power-controller example
2015-03-16 14:47 [PATCH] PM / Domains: Correct unit address in power-controller example Geert Uytterhoeven
@ 2015-03-16 17:14 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2015-03-16 17:14 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Rafael J. Wysocki, Ulf Hansson, Marek Szyprowski, Kukjin Kim,
devicetree, linux-pm
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-16 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 14:47 [PATCH] PM / Domains: Correct unit address in power-controller example Geert Uytterhoeven
2015-03-16 17:14 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).