From mboxrd@z Thu Jan 1 00:00:00 1970 From: caesar.upstream@gmail.com (Caesar Wang) Date: Tue, 8 Mar 2016 19:09:21 +0800 Subject: [PATCH v5 5/6] dt/bindings: rockchip: modify document of Rockchip power domains In-Reply-To: <1456992557-25331-1-git-send-email-zhangqing@rock-chips.com> References: <1456992233-25164-1-git-send-email-zhangqing@rock-chips.com> <1456992557-25331-1-git-send-email-zhangqing@rock-chips.com> Message-ID: <56DEB2E1.6060808@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ? 2016?03?03? 16:09, Elaine Zhang ??: > Add binding documentation for the power domains > found on Rockchip RK3399 SoCs. > RK3399 pd on/off not need to enable clk which in this pd. > So remove the clocks in the rk3399 pd example. > > Signed-off-by: Elaine Zhang > --- > .../bindings/soc/rockchip/power_domain.txt | 37 ++++++++++++++++++++++ > 1 file changed, 37 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt b/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt > index 13dc6a3..98085c8 100644 > --- a/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt > +++ b/Documentation/devicetree/bindings/soc/rockchip/power_domain.txt > @@ -7,6 +7,7 @@ Required properties for power domain controller: > - compatible: Should be one of the following. [....] > > Example of the node using power domain: > > @@ -65,3 +96,9 @@ Example of the node using power domain: > power-domains = <&power RK3368_PD_GPU_1>; > /* ... */ > }; > + > + node { > + /* ... */ > + power-domains = <&power RK3399_PD_VOPB>; > + /* ... */ > + }; Trivial: typo power: power-controller { @@ -92,10 +92,10 @@ Example of the node using power domain: }; node { - /* ... */ - power-domains = <&power RK3368_PD_GPU_1>; - /* ... */ - }; + /* ... */ + power-domains = <&power RK3368_PD_GPU_1>; + /* ... */ + }; -- Thanks, Caesar