Skip to content

Commit

Permalink
ARM: dts: imx7s: add mipi phy power domain
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rui Miguel Silva authored and Shawn Guo committed Apr 11, 2019
1 parent 684a586 commit 8137474
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion arch/arm/boot/dts/imx7s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <&reg_1p0d>;
};

pgc_pcie_phy: power-domain@1 {
#power-domain-cells = <0>;
reg = <1>;
power-supply = <&reg_1p0d>;
Expand Down

0 comments on commit 8137474

Please sign in to comment.