]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: dts: fsl-ls1088a-qds: Fix missed -u-boot.dtsi
authorYe Li <ye.li@nxp.com>
Fri, 17 Apr 2026 14:14:36 +0000 (22:14 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 6 May 2026 02:29:44 +0000 (10:29 +0800)
commit5a0343350a1786a74fb68cf52ba3e7a171accd6e
tree5153b996c0bc0511281e8e045a9d05328ad52db7
parent33ff22c0b169401ab555e8508c06da1848a2d539
arm: dts: fsl-ls1088a-qds: Fix missed -u-boot.dtsi

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@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-qds-21-x-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-ls1088a-qds-29-x-u-boot.dtsi [new file with mode: 0644]