From 788ff422e55f954e90552a9eda1d49ffa788e9c2 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Tue, 30 May 2023 17:49:34 -0500 Subject: [PATCH] arm: dts: imx8mp-beacon-kit: Enable USB Power domains The USB Power domains should not have been removed as it causes the board to hang if the USB is started. Signed-off-by: Adam Ford Reviewed-by: Fabio Estevam --- arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi index 5ca631e..b56f3a2 100644 --- a/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi @@ -185,12 +185,10 @@ &usb3_0 { dma-ranges = <0x40000000 0x40000000 0xc0000000>; - /delete-property/ power-domains; }; &usb3_1 { dma-ranges = <0x40000000 0x40000000 0xc0000000>; - /delete-property/ power-domains; }; &usb_dwc3_0 { -- 2.7.4