]> Git Repo - u-boot.git/commitdiff
arm: dts: k3-am654: include a53 board dtb for r5 build
authorBryan Brattlof <[email protected]>
Fri, 29 Dec 2023 17:47:03 +0000 (11:47 -0600)
committerTom Rini <[email protected]>
Wed, 3 Jan 2024 13:36:37 +0000 (08:36 -0500)
To make things as organized as possible, start from the Linux board dtbs
and apply all properties needed for U-Boot in our *-u-boot.dtsi file for
the MAIN SPL and U-Boot builds.

We can then include these files for the WKUP SPL build making further
edits to the needed properties and nodes for the WKUP SPL bootloader's
view of the am65x.

Tested-by: Tom Rini <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
arch/arm/dts/k3-am654-r5-base-board.dts

index 8f55dab508ee655544538169cfae18e7f4771fa1..79ca6387c22bbd8de350989915e93a96a27a799e 100644 (file)
@@ -5,7 +5,8 @@
 
 /dts-v1/;
 
-#include "k3-am654.dtsi"
+#include "k3-am654-base-board.dts"
+#include "k3-am654-base-board-u-boot.dtsi"
 #include "k3-am654-base-board-ddr4-1600MTs.dtsi"
 #include "k3-am654-ddr.dtsi"
 
This page took 0.031419 seconds and 4 git commands to generate.