summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <[email protected]>2026-04-17 22:15:29 +0800
committerPeng Fan <[email protected]>2026-05-06 10:30:00 +0800
commitd47f02d9ca01b9f6e0fcb2be6dd8392eeae7d8f9 (patch)
treeb40160f5ac7825e284908b5dc2916453ffc9644f
parent5fadfd623af0354c2549a03dbce092397189aee1 (diff)
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 <[email protected]> Tested-by: Wei Lu <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--arch/arm/dts/fsl-ls1088a-u-boot.dtsi2
1 files changed, 2 insertions, 0 deletions
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 {