Skip to content

Commit

Permalink
dt-bindings: imx-gpc: correct the DOMAIN_INDEX using
Browse files Browse the repository at this point in the history
Actually DOMAIN_INDEX is not used by the client devices to refer to
the power domain, it uses phandle. Corrent the binding doc a bit
to avoid confusing.

Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Dong Aisheng authored and Shawn Guo committed Mar 24, 2017
1 parent fbb0b44 commit ff693a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/power/fsl,imx-gpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ subnodes of the power gating controller 'pgc' node of the GPC and should
contain the following:

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:
ARM_DOMAIN 0
PU_DOMAIN 1
Expand Down Expand Up @@ -54,6 +53,7 @@ Example:
reg = <0>;
#power-domain-cells = <0>;
};

pd_pu: power-domain@1 {
reg = <1>;
#power-domain-cells = <0>;
Expand Down

0 comments on commit ff693a3

Please sign in to comment.