
On 00:45-20231220, Apurva Nandan wrote:
From: Dasnavis Sabiya sabiya.d@ti.com
Introduce the basic am69-sk evm dts from the v6.7-rc1 tag of the linux kernel.
Signed-off-by: Dasnavis Sabiya sabiya.d@ti.com Signed-off-by: Apurva Nandan a-nandan@ti.com
arch/arm/dts/Makefile | 3 +- arch/arm/dts/k3-am69-sk.dts | 900 ++++++++++++++++++++++++++++++++++++ 2 files changed, 902 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/k3-am69-sk.dts
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index b111abcc5b..7c2e79b248 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -1410,7 +1410,8 @@ dtb-$(CONFIG_SOC_K3_J721S2) += k3-am68-sk-base-board.dtb\ k3-am68-sk-r5-base-board.dtb\ k3-j721s2-common-proc-board.dtb\ k3-j721s2-r5-common-proc-board.dtb -dtb-$(CONFIG_SOC_K3_J784S4) += k3-j784s4-evm.dtb +dtb-$(CONFIG_SOC_K3_J784S4) += k3-am69-sk.dtb\
Missing a space before that ""
k3-j784s4-evm.dtb
Really don't care to have two patches introduced - you should probably squash it.. as long as the kernel dts files match up, we should be good.