The AM62x LP SK board has separate set of device tree. Add k3-am625-generic device tree to have a common device tree for pre R5 SPl stages. Update Makefile with k3-am62-r5-lp-sk.dts and k3-am62-lp-sk device tree to include in same build with AM62x SK.
Signed-off-by: Nitin Yadav <n-ya...@ti.com> --- arch/arm/dts/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 337bee7e1e..0d02bb2a55 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1285,8 +1285,11 @@ dtb-$(CONFIG_SOC_K3_AM642) += k3-am642-evm.dtb \ k3-am642-sk.dtb \ k3-am642-r5-sk.dtb -dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-sk.dtb \ - k3-am625-r5-sk.dtb +dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-generic.dtb \ + k3-am625-sk.dtb \ + k3-am625-r5-sk.dtb \ + k3-am62-lp-sk.dtb \ + k3-am62-r5-lp-sk.dtb dtb-$(CONFIG_SOC_K3_AM625) += k3-am62a7-sk.dtb \ k3-am62a7-r5-sk.dtb -- 2.25.1