]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: fsl-ls1088a: Enable USB nodes
authorYe Li <ye.li@nxp.com>
Fri, 17 Apr 2026 14:15:29 +0000 (22:15 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 6 May 2026 02:30:00 +0000 (10:30 +0800)
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 <ye.li@nxp.com>
Tested-by: Wei Lu <w.lu@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-ls1088a-u-boot.dtsi

index e2755740e5d19f2f084d711cff3a6f66b035e0bc..8ae45f6a638fc04c8f5c8d9430f8eb3cd64c59f1 100644 (file)
 
 &usb0 {
        compatible = "fsl,layerscape-dwc3", "snps,dwc3";
+       status = "okay";
 };
 
 &usb1 {
        compatible = "fsl,layerscape-dwc3", "snps,dwc3";
+       status = "okay";
 };
 
 &esdhc {