Add ARM power domain in PGC.

Signed-off-by: Anson Huang <[email protected]>
---
this patch should be based on 
0001-ARM-dts-imx6sx-add-pu-power-domain-support.patch
 arch/arm/boot/dts/imx6sx.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 42ef4c6..aa29ca6 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -768,6 +768,11 @@
                                        #address-cells = <1>;
                                        #size-cells = <0>;
 
+                                       power-domain@0 {
+                                               reg = <0>;
+                                               #power-domain-cells = <0>;
+                                       };
+
                                        pd_pu: power-domain@1 {
                                                reg = <1>;
                                                #power-domain-cells = <0>;
-- 
2.7.4

Reply via email to