From a86531ed630f834bcd2351b156d4225123f4f04c Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 26 May 2021 17:39:43 +0800 Subject: [PATCH] LF-3898-2 arm: dts: imx8mm: remove power domain property The current power domain node in imx8mm.dtsi is not used in U-Boot, and it not match with upstream Linux Kernel. U-Boot use arm smccc to enable usb power domain, so we could remove this property. It could be added back when we finally switch to upstream pgc node. Reviewed-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/dts/imx8mm.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/dts/imx8mm.dtsi b/arch/arm/dts/imx8mm.dtsi index 4209c96b45..3ea4cd32fe 100644 --- a/arch/arm/dts/imx8mm.dtsi +++ b/arch/arm/dts/imx8mm.dtsi @@ -1200,7 +1200,6 @@ <&clk IMX8MM_SYS_PLL1_100M>; fsl,usbphy = <&usbphynop1>; fsl,usbmisc = <&usbmisc1 0>; - power-domains = <&usb_otg1_pd>; status = "disabled"; }; @@ -1222,7 +1221,6 @@ <&clk IMX8MM_SYS_PLL1_100M>; fsl,usbphy = <&usbphynop2>; fsl,usbmisc = <&usbmisc2 0>; - power-domains = <&usb_otg2_pd>; status = "disabled"; }; -- 2.17.1