summaryrefslogtreecommitdiff
path: root/qcom/Makefile
diff options
context:
space:
mode:
authorShadab Naseem <snaseem@qti.qualcomm.com>2021-04-16 17:16:11 +0530
committerShadab Naseem <snaseem@qti.qualcomm.com>2021-04-19 18:01:21 +0530
commit8aa9807ebc213a6f6d7588e508e398d8dac6dfac (patch)
tree24e7cfbebf0e445887d1accc6c1926e1572a2b0a /qcom/Makefile
parent93a7009f1f20aca57ec3d0025f1598720a08c39b (diff)
downloaddevicetree-8aa9807ebc213a6f6d7588e508e398d8dac6dfac.tar.gz
ARM: dts: msm: Add initial device tree for khaje
Add initial device tree support for khaje target on idp and nopmi idp platform. Update the bindings for same. Change-Id: Icb4105164f91477c7df520bad92a6b4bcc3e0407
Diffstat (limited to 'qcom/Makefile')
-rw-r--r--qcom/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/qcom/Makefile b/qcom/Makefile
index e460dc41..9f5ff71e 100644
--- a/qcom/Makefile
+++ b/qcom/Makefile
@@ -229,6 +229,18 @@ dtb-$(CONFIG_ARCH_SCUBA) += scuba-rumi.dtb \
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
+ dtbo-$(CONFIG_ARCH_KHAJE) += \
+ khaje-idp-overlay.dtbo \
+ khaje-idp-nopmi-overlay.dtbo
+
+khaje-idp-overlay.dtbo-base := khaje.dtb
+khaje-idp-nopmi-overlay.dtbo-base := khaje.dtb
+else
+dtb-$(CONFIG_ARCH_KHAJE) += khaje-idp.dtb \
+ khaje-idp-nopmi.dtb
+endif
+
+ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_SDM660) += \
sdm660-mtp-external-codec-overlay.dtbo \
sdm660-mtp-internal-codec-overlay.dtbo \