[PATCH 1/4] arm: dts: fsl-ls1088a-qds: Fix missed -u-boot.dtsi

Ye Li ye.li at nxp.com
Fri Apr 17 16:14:36 CEST 2026


LS1088AQDS u-boot contains multiple DTB files:
fsl-ls1088a-qds-21-x.dtb and fsl-ls1088a-qds-29-x.dtb.
It does not use default device tree fsl-ls1088a-qds.dtb

However, the nodes updated in fsl-ls1088a-qds-u-boot.dtsi are not
included for fsl-ls1088a-qds-21-x.dts and fsl-ls1088a-qds-29-x.dts,
so fail to get any output from serial.

Signed-off-by: Ye Li <ye.li at nxp.com>
Tested-by: Wei Lu <w.lu at nxp.com>
---
 arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi | 9 +++++++++
 arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi | 9 +++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi

diff --git a/arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi
new file mode 100644
index 00000000000..1d58f1c593b
--- /dev/null
+++ b/arch/arm/dts/fsl-ls1088a-qds-21-x-u-boot.dtsi
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2024 NXP
+ *
+ */
+
+#include <config.h>
+
+#include "fsl-ls1088a-qds-u-boot.dtsi"
diff --git a/arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi
new file mode 100644
index 00000000000..1d58f1c593b
--- /dev/null
+++ b/arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2024 NXP
+ *
+ */
+
+#include <config.h>
+
+#include "fsl-ls1088a-qds-u-boot.dtsi"
-- 
2.37.1



More information about the U-Boot mailing list