ARM: dts: msm: Add initial devicetree for Tuna OEMVM

Add initial devicetree files for OEMVM for RUMI platform on Tuna SoC.

Change-Id: Ia8a0dbeb6a345e6f5e08ba70c92b9957e27122ed
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
This commit is contained in:
Hrishabh Rajput
2024-09-30 16:05:47 +05:30
parent db3e5d0cc1
commit 7aba41bc8d
5 changed files with 252 additions and 1 deletions

View File

@@ -212,7 +212,8 @@ endif
ifeq ($(CONFIG_ARCH_TUNA), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
tuna_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += tuna-vm-rumi.dtb
tuna_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += tuna-vm-rumi.dtb \
tuna-oemvm-rumi.dtb
dtb-y += $(tuna_tuivm-dtb-y)
endif
endif