Merge "ARM: dts: msm: Add initial device tree for Anorak IDP platform"

This commit is contained in:
qctecmdr
2022-07-05 20:14:54 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 28 additions and 2 deletions

View File

@@ -462,10 +462,13 @@ endif
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_ANORAK) += anorak-rumi-overlay.dtbo
dtbo-$(CONFIG_ARCH_ANORAK) += anorak-rumi-overlay.dtbo \
anorak-idp-overlay.dtbo
anorak-rumi-overlay.dtbo-base := anorak.dtb
anorak-idp-overlay.dtbo-base := anorak.dtb
else
dtb-$(CONFIG_ARCH_ANORAK) += anorak-rumi.dtb
dtb-$(CONFIG_ARCH_ANORAK) += anorak-rumi.dtb \
anorak-idp.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "anorak-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Anorak IDP";
compatible = "qcom,anorak-idp", "qcom,anorak", "qcom,idp";
qcom,msm-id = <549 0x10000>;
qcom,board-id = <34 0>;
};

10
qcom/anorak-idp.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "anorak.dtsi"
#include "anorak-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Anorak IDP";
compatible = "qcom,anorak-idp", "qcom,anorak", "qcom,anorak";
qcom,board-id = <34 0>;
};

2
qcom/anorak-idp.dtsi Normal file
View File

@@ -0,0 +1,2 @@
&soc {
};