From af8864422d1197c51f7d883756fb3a86e82803e2 Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Fri, 9 Feb 2018 11:46:07 +0000 Subject: 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 --- arch/arm/boot/dts/imx7s.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) 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 = ; power-supply = <®_1p0d>; }; + + pgc_mipi_phy: pgc-power-domain@IMX7_POWER_DOMAIN_MIPI_PHY { + #power-domain-cells = <0>; + reg = ; + power-supply = <®_1p0d>; + }; }; }; }; -- cgit v1.2.3