From: Tyler Baker <ty...@opensourcefoundries.com> The GPCv2 driver should control the MIPI, PCIe, and USB HSIC PHY regulators. Add the USB HSIC power domain to the GPC node.
Signed-off-by: Tyler Baker <ty...@opensourcefoundries.com> --- 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 151ab34..9626a3e 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 = <®_1p0d>; }; + pgc_usb_hsic_phy: pgc-usb-hsic-phy-domain { + #power-domain-cells = <0>; + + reg = <IMX7_POWER_DOMAIN_USB_HSIC_PHY>; + power-supply = <®_1p2>; + }; }; }; }; -- 2.9.3