ARM: dts: imx6sx: add ARM power domain support
Add ARM power domain in PGC. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Acked-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
7a48559096
commit
bf4556703b
|
@ -768,6 +768,11 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
power-domain@0 {
|
||||||
|
reg = <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>;
|
||||||
|
|
Loading…
Reference in New Issue