]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: imx8mp-beacon-kit: Enable USB Power domains
authorAdam Ford <aford173@gmail.com>
Tue, 30 May 2023 22:49:34 +0000 (17:49 -0500)
committerStefano Babic <sbabic@denx.de>
Thu, 13 Jul 2023 09:29:40 +0000 (11:29 +0200)
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 <aford173@gmail.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
arch/arm/dts/imx8mp-beacon-kit-u-boot.dtsi

index 5ca631e9d8c43d876ede1f8b85ae245f87dc7413..b56f3a2bd2e11addf917b1704d96e07f506b5cfa 100644 (file)
 
 &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 {