ARM: dts: msm: Add Initial device tree for SA410M RUMI

Add initial device tree support for SA410M RUMI target.

Change-Id: I8f5d78eabf3af511abda0fc96394011d0f373f6b
This commit is contained in:
Sanjay Dwivedi
2022-05-29 00:50:32 +05:30
committed by Gerrit - the friendly Code Review server
parent 33aa100b21
commit fe036bf2f2
5 changed files with 231 additions and 0 deletions

View File

@@ -135,6 +135,10 @@ dtb-y += $(sdmsteppeauto-dtb-y)
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb
dtb-y += $(sdxpinn-dtb-y)
sa410m-dtb-$(CONFIG_ARCH_SA410M) += \
sa410m-rumi.dtb
dtb-y += $(sa410m-dtb-y)
endif
ifeq ($(CONFIG_ARCH_KALAMA), y)