From: Lucas Stach Date: Sat, 2 Oct 2021 00:59:51 +0000 (+0200) Subject: arm64: dts: imx8mm: put USB controllers into power-domains X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=01df28d8085923fb1dc3c9fcb2a7676c523c66c5;p=linux.git arm64: dts: imx8mm: put USB controllers into power-domains Now that we have support for the power domain controller on the i.MX8MM we can put the USB controllers in their respective power domains to allow them to power down the PHY when possible. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 83185b70dd46d..d8c53ffb5ffff 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -1078,6 +1078,7 @@ assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_500M>; phys = <&usbphynop1>; fsl,usbmisc = <&usbmisc1 0>; + power-domains = <&pgc_otg1>; status = "disabled"; }; @@ -1097,6 +1098,7 @@ assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_500M>; phys = <&usbphynop2>; fsl,usbmisc = <&usbmisc2 0>; + power-domains = <&pgc_otg2>; status = "disabled"; };