* [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
@ 2026-04-17 14:15 Ye Li
2026-04-17 14:15 ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Ye Li
2026-04-20 12:57 ` [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Peng Fan
0 siblings, 2 replies; 4+ messages in thread
From: Ye Li @ 2026-04-17 14:15 UTC (permalink / raw)
To: peng.fan, peng.fan, u-boot; +Cc: ye.li, uboot-imx, matt
Due to update of fsl-ls1088a.dtsi in previous patch, the esdhc
node is disabled, so u-boot can't to probe any eSDHC controller.
Fixes: fd4f7b0158d0 ("arm: dts: fsl-ls1088a: move and sync existing bindings to be under /soc")
Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Wei Lu <w.lu@nxp.com>
---
arch/arm/dts/fsl-ls1088a-u-boot.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
index efcfdd96aef..e2755740e5d 100644
--- a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
+++ b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
@@ -61,3 +61,6 @@
compatible = "fsl,layerscape-dwc3", "snps,dwc3";
};
+&esdhc {
+ status = "okay";
+};
--
2.37.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes
2026-04-17 14:15 [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Ye Li
@ 2026-04-17 14:15 ` Ye Li
2026-04-20 12:58 ` Peng Fan
2026-04-20 12:57 ` [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Peng Fan
1 sibling, 1 reply; 4+ messages in thread
From: Ye Li @ 2026-04-17 14:15 UTC (permalink / raw)
To: peng.fan, peng.fan, u-boot; +Cc: ye.li, uboot-imx, matt
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>
---
arch/arm/dts/fsl-ls1088a-u-boot.dtsi | 2 ++
1 file changed, 2 insertions(+)
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 {
--
2.37.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
2026-04-17 14:15 [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Ye Li
2026-04-17 14:15 ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Ye Li
@ 2026-04-20 12:57 ` Peng Fan
1 sibling, 0 replies; 4+ messages in thread
From: Peng Fan @ 2026-04-20 12:57 UTC (permalink / raw)
To: Ye Li; +Cc: peng.fan, u-boot, ye.li, uboot-imx, matt
On Fri, Apr 17, 2026 at 10:15:28PM +0800, Ye Li wrote:
>Due to update of fsl-ls1088a.dtsi in previous patch, the esdhc
>node is disabled, so u-boot can't to probe any eSDHC controller.
>
>Fixes: fd4f7b0158d0 ("arm: dts: fsl-ls1088a: move and sync existing bindings to be under /soc")
>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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes
2026-04-17 14:15 ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Ye Li
@ 2026-04-20 12:58 ` Peng Fan
0 siblings, 0 replies; 4+ messages in thread
From: Peng Fan @ 2026-04-20 12:58 UTC (permalink / raw)
To: Ye Li; +Cc: peng.fan, u-boot, ye.li, uboot-imx, matt
On Fri, Apr 17, 2026 at 10:15:29PM +0800, Ye Li wrote:
>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>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-20 11:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-17 14:15 [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Ye Li
2026-04-17 14:15 ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Ye Li
2026-04-20 12:58 ` Peng Fan
2026-04-20 12:57 ` [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Peng Fan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox