|
@@ -20,8 +20,7 @@ subnodes of the power gating controller 'pgc' node of the GPC and should
|
|
contain the following:
|
|
contain the following:
|
|
|
|
|
|
Required properties:
|
|
Required properties:
|
|
-- reg: the DOMAIN_INDEX as used by the client devices to refer to this
|
|
|
|
- power domain
|
|
|
|
|
|
+- reg: Must contain the DOMAIN_INDEX of this power domain
|
|
The following DOMAIN_INDEX values are valid for i.MX6Q:
|
|
The following DOMAIN_INDEX values are valid for i.MX6Q:
|
|
ARM_DOMAIN 0
|
|
ARM_DOMAIN 0
|
|
PU_DOMAIN 1
|
|
PU_DOMAIN 1
|
|
@@ -54,6 +53,7 @@ Example:
|
|
reg = <0>;
|
|
reg = <0>;
|
|
#power-domain-cells = <0>;
|
|
#power-domain-cells = <0>;
|
|
};
|
|
};
|
|
|
|
+
|
|
pd_pu: power-domain@1 {
|
|
pd_pu: power-domain@1 {
|
|
reg = <1>;
|
|
reg = <1>;
|
|
#power-domain-cells = <0>;
|
|
#power-domain-cells = <0>;
|