From: Ye Li Date: Fri, 17 Apr 2026 14:15:29 +0000 (+0800) Subject: arm: dts: fsl-ls1088a: Enable USB nodes X-Git-Tag: v2026.07-rc2~16^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47f02d9ca01b9f6e0fcb2be6dd8392eeae7d8f9;p=thirdparty%2Fu-boot.git arm: dts: fsl-ls1088a: Enable USB nodes Enable USB nodes in -u-boot.dtsi. After sync dts with kernel, USB nodes status are set to disabled. So "usb start" does not work on ls1088ardb and ls1088aqds. Fixes: 10ff7e6b043b ("arm: dts: fsl-ls1088a: sync usb controller nodes with Linux") Signed-off-by: Ye Li Tested-by: Wei Lu Reviewed-by: Peng Fan Signed-off-by: Peng Fan --- diff --git a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi index e2755740e5d..8ae45f6a638 100644 --- a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi +++ b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi @@ -55,10 +55,12 @@ &usb0 { compatible = "fsl,layerscape-dwc3", "snps,dwc3"; + status = "okay"; }; &usb1 { compatible = "fsl,layerscape-dwc3", "snps,dwc3"; + status = "okay"; }; &esdhc {