]> git.ipfire.org Git - thirdparty/u-boot.git/commit
p2041rdb: use the upstream device tree
authorMichael Walle <mwalle@kernel.org>
Wed, 6 May 2026 12:34:16 +0000 (14:34 +0200)
committerPeng Fan <peng.fan@nxp.com>
Fri, 15 May 2026 11:28:30 +0000 (19:28 +0800)
commit4839ba90456cd38fe4229b9b804002e2414c2e21
treeffa1e0aa595a7675c198d15ae8d9cc0d4c122b78
parente742f676e5213173be00dcdb0dff91cc9ce553f3
p2041rdb: use the upstream device tree

Switch to the upstream device tree, which already includes the UART
nodes we need for the DM.

We also need to increase malloc area before relocation otherwise you'll
get the following error and the board panics:

DRAM:  Initializing....using SPD
alloc space exhausted ptr 414 limit 400

Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/powerpc/dts/Makefile
arch/powerpc/dts/p2041.dtsi [deleted file]
arch/powerpc/dts/p2041rdb-u-boot.dtsi [new file with mode: 0644]
arch/powerpc/dts/p2041rdb.dts [deleted file]
arch/powerpc/dts/p2041si-post.dtsi [deleted file]
configs/P2041RDB_SPIFLASH_defconfig
configs/P2041RDB_defconfig
include/configs/P2041RDB.h