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

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

Change-Id: I92019de68818c03dce6c93bba96902b071bb5785
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
This commit is contained in:
Hrishabh Rajput
2024-10-14 19:40:00 +05:30
parent cdd788bd9e
commit 3a5024df85
5 changed files with 252 additions and 2 deletions

View File

@@ -237,7 +237,8 @@ endif
ifeq ($(CONFIG_ARCH_KERA), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
kera_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += kera-vm-rumi.dtb
kera_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += kera-vm-rumi.dtb \
kera-oemvm-rumi.dtb
dtb-y += $(kera_tuivm-dtb-y)
endif
endif