summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2018-02-09 11:46:07 +0000
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-01 11:51:23 +0100
commit26dbd5aae195bcb06e21da98b044a083a2105d4e (patch)
treec64d4046301fc0ae06b5ff2b51892a5c04012173
parent317adad381721ee014ff4226d954faf432e34b44 (diff)
ARM: dts: imx7s: enable mipi dphy power domain
In a way to use the MIPI CSI hardware block we need to enbale the correspondent pgc power domain. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx7s.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 6665aabfd084..c2db6514bbb7 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -602,6 +602,12 @@
reg = <IMX7_POWER_DOMAIN_PCIE_PHY>;
power-supply = <&reg_1p0d>;
};
+
+ pgc_mipi_phy: pgc-power-domain@IMX7_POWER_DOMAIN_MIPI_PHY {
+ #power-domain-cells = <0>;
+ reg = <IMX7_POWER_DOMAIN_MIPI_PHY>;
+ power-supply = <&reg_1p0d>;
+ };
};
};
};