ARM: dts: msm: Add X100 variants for cinder SoC

Add initial device tree files for X100 variants of
cinder SoC.

Change-Id: I69a079b3110f38d2ff5e8d305c6f2f0a87d9becb
This commit is contained in:
Melody Olvera
2022-04-12 15:10:20 -07:00
parent 054c80eb5a
commit 0995a3a5fe
3 changed files with 17 additions and 1 deletions

View File

@@ -66,7 +66,8 @@ dtb-y += $(kalama-dtb-y)
cinder-dtb-$(CONFIG_ARCH_CINDER) += cinder-rumi.dtb \
cinder-ru-idp.dtb \
cinder-du-idp.dtb
cinder-du-idp.dtb \
cinder-du-x100.dtb
dtb-y += $(cinder-dtb-y)
SA8155_BASE_DTB += sa8155.dtb sa8155-v2.dtb

10
qcom/cinder-du-x100.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "cinder-du.dtsi"
#include "cinder-x100.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Cinder DU X100";
compatible = "qcom,cinder-x100", "qcom,cinder", "qcom,x100";
qcom,board-id = <0x27 0x0>;
};

5
qcom/cinder-x100.dtsi Normal file
View File

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