[PATCH] arm: dts: imx8mp-beacon-kit: Enable USB Power domains

2023-07-12 Thread sbabic
> 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 
> diff --git a/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi 
> b/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi
> index 5ca631e9d8..b56f3a2bd2 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 = <0x4000 0x4000 0xc000>;
> - /delete-property/ power-domains;
>  };
>  
>  &usb3_1 {
>   dma-ranges = <0x4000 0x4000 0xc000>;
> - /delete-property/ power-domains;
>  };
>  
>  &usb_dwc3_0 {
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH] arm: dts: imx8mp-beacon-kit: Enable USB Power domains

2023-05-30 Thread Fabio Estevam
On Tue, May 30, 2023 at 7:49 PM Adam Ford  wrote:
>
> 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 


[PATCH] arm: dts: imx8mp-beacon-kit: Enable USB Power domains

2023-05-30 Thread Adam Ford
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 

diff --git a/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi 
b/arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi
index 5ca631e9d8..b56f3a2bd2 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 = <0x4000 0x4000 0xc000>;
-   /delete-property/ power-domains;
 };
 
 &usb3_1 {
dma-ranges = <0x4000 0x4000 0xc000>;
-   /delete-property/ power-domains;
 };
 
 &usb_dwc3_0 {
-- 
2.39.2