ARM: dts: msm: Add initial device tree for scuba_auto target

Add initial devicetree support for scuba_auto target.

Change-Id: I18cafb008b1711ccb68cda2f3f070a1edf449968
This commit is contained in:
Akshay Adiga
2022-06-27 15:10:53 +05:30
parent fbd472476e
commit 39495e16a3
7 changed files with 238 additions and 0 deletions

View File

@@ -169,6 +169,11 @@ autogvm-overlays-dtb-$(CONFIG_QTI_QUIN_GVM) += $(SA8155_LA_GVM_BOARDS) $(SA8155_
dtb-y += $(autogvm-dtb-y)
scuba_auto-dtb-$(CONFIG_ARCH_SCUBA_AUTO) += \
scuba_auto-idp.dtb \
scuba_auto-qrd.dtb
dtb-y += $(scuba_auto-dtb-y)
endif
ifeq ($(CONFIG_ARCH_KALAMA), y)