Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1630270
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PM / Domains: Fix DT example |
| Date | 2017-04-25 10:10 +0200 |
| Message-ID | <tA3HQ-24M-11@gated-at.bofh.it> (permalink) |
| References | <tA2Vr-1xZ-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 25 April 2017 at 09:18, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> 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: 70bb510e4279 ("dt/bindings / PM/Domains: Update binding for PM domain idle states")
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Kind regards
Uffe
> ---
> 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 940707d095cc..14bd9e945ff6 100644
> --- a/Documentation/devicetree/bindings/power/power_domain.txt
> +++ b/Documentation/devicetree/bindings/power/power_domain.txt
> @@ -81,7 +81,7 @@ domain provided by the 'parent' power controller.
> child: power-controller@12341000 {
> compatible = "foo,power-controller";
> reg = <0x12341000 0x1000>;
> - power-domains = <&parent 0>;
> + power-domains = <&parent>;
> #power-domain-cells = <0>;
> domain-idle-states = <&DOMAIN_PWR_DN>;
> };
> --
> 2.12.0.432.g71c3a4f4ba37
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] PM / Domains: Fix DT example Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-25 09:20 +0200 Re: [PATCH] PM / Domains: Fix DT example Ulf Hansson <ulf.hansson@linaro.org> - 2017-04-25 10:10 +0200 Re: [PATCH] PM / Domains: Fix DT example Rob Herring <robh@kernel.org> - 2017-04-28 20:40 +0200
csiph-web