mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: msm: Add cinder v2 device trees
Add device tree files for cinder v2. Change-Id: I1b6b0313e490f17d661b0d9cce4c28048b906892
This commit is contained in:
@@ -101,7 +101,10 @@ cinder-dtb-$(CONFIG_ARCH_CINDER) += cinder-ru-rumi.dtb \
|
||||
cinder-du-rumi.dtb \
|
||||
cinder-ru-idp.dtb \
|
||||
cinder-du-idp.dtb \
|
||||
cinder-du-x100.dtb
|
||||
cinder-du-x100.dtb \
|
||||
cinder-v2-ru-idp.dtb \
|
||||
cinder-v2-du-idp.dtb \
|
||||
cinder-v2-du-x100.dtb
|
||||
dtb-y += $(cinder-dtb-y)
|
||||
|
||||
|
||||
|
||||
10
qcom/cinder-v2-du-idp.dts
Normal file
10
qcom/cinder-v2-du-idp.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "cinder-v2-du.dtsi"
|
||||
#include "cinder-v2-idp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Cinder V2 DU IDP";
|
||||
compatible = "qcom,cinder-idp", "qcom,cinder", "qcom,idp";
|
||||
qcom,board-id = <0x20022 0x0>;
|
||||
};
|
||||
10
qcom/cinder-v2-du-x100.dts
Normal file
10
qcom/cinder-v2-du-x100.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "cinder-v2-du.dtsi"
|
||||
#include "cinder-v2-x100.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Cinder V2 DU X100";
|
||||
compatible = "qcom,cinder-x100", "qcom,cinder", "qcom,x100";
|
||||
qcom,board-id = <0x20027 0x0>;
|
||||
};
|
||||
8
qcom/cinder-v2-du.dtsi
Normal file
8
qcom/cinder-v2-du.dtsi
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cinder-v2.dtsi"
|
||||
#include "cinder-du.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Cinder V2 DU";
|
||||
compatible = "qcom,cinder";
|
||||
qcom,msm-id = <545 0x20000>, <587 0x20000>;
|
||||
};
|
||||
1
qcom/cinder-v2-idp.dtsi
Normal file
1
qcom/cinder-v2-idp.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "cinder-idp.dtsi"
|
||||
10
qcom/cinder-v2-ru-idp.dts
Normal file
10
qcom/cinder-v2-ru-idp.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "cinder-v2-ru.dtsi"
|
||||
#include "cinder-v2-idp.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Cinder V2 RU IDP";
|
||||
compatible = "qcom,cinder-idp", "qcom,cinder", "qcom,idp";
|
||||
qcom,board-id = <0x20022 0x0>;
|
||||
};
|
||||
8
qcom/cinder-v2-ru.dtsi
Normal file
8
qcom/cinder-v2-ru.dtsi
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cinder-v2.dtsi"
|
||||
#include "cinder-ru.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Cinder V2 RU";
|
||||
compatible = "qcom,cinder";
|
||||
qcom,msm-id = <539 0x20000>, <588 0x20000>, <589 0x20000>, <590 0x20000>;
|
||||
};
|
||||
1
qcom/cinder-v2-x100.dtsi
Normal file
1
qcom/cinder-v2-x100.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "cinder-x100.dtsi"
|
||||
1
qcom/cinder-v2.dtsi
Normal file
1
qcom/cinder-v2.dtsi
Normal file
@@ -0,0 +1 @@
|
||||
#include "cinder.dtsi"
|
||||
Reference in New Issue
Block a user