diff options
author | Rui Miguel Silva <rui.silva@linaro.org> | 2019-03-28 14:25:12 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-04-11 10:23:02 +0800 |
commit | 8137474b9dd4298f7f0ed541b859f30465cbd8a8 (patch) | |
tree | ccff46b2586d7d9840555c4c0ec8634f98834526 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 684a586741e2be211ca9bc800ae631b69fb3f8aa (diff) | |
download | linux-8137474b9dd4298f7f0ed541b859f30465cbd8a8.tar.bz2 |
ARM: dts: imx7s: add mipi phy power domain
Add power domain index 0 related with mipi-phy to imx7s.
While at it rename pcie power-domain node to remove pgc prefix.
Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index e88f53a4c7f4..9a680d3d6424 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -606,7 +606,13 @@ #address-cells = <1>; #size-cells = <0>; - pgc_pcie_phy: pgc-power-domain@1 { + pgc_mipi_phy: power-domain@0 { + #power-domain-cells = <0>; + reg = <0>; + power-supply = <®_1p0d>; + }; + + pgc_pcie_phy: power-domain@1 { #power-domain-cells = <0>; reg = <1>; power-supply = <®_1p0d>; |