summaryrefslogtreecommitdiff
path: root/qcom/sda439-cdp.dts
diff options
context:
space:
mode:
authorSwetha Chikkaboraiah <c_schikk@qti.qualcomm.com>2021-01-15 15:47:41 +0530
committerSwetha Chikkaboraiah <c_schikk@qti.qualcomm.com>2021-02-17 09:54:58 +0530
commit7babdba8baeab494c6534c97b2dad8520a572b99 (patch)
tree77c82c6e5d80d3ad62090532fc006b4df779ee52 /qcom/sda439-cdp.dts
parent78029698bdf5ef5eb28e98d11db50fcd8fed14d4 (diff)
downloaddevicetree-7babdba8baeab494c6534c97b2dad8520a572b99.tar.gz
ARM: dts: msm: Add initial device tree for SDM429/439/QM215
Add initial device tree support for SDM429/439/QM215 target. This is a snapshot of dtsi files as of msm-4.9 'commit <033db782f19bcc5b961fcb676404466c2c07d0f8> ("msm: kgsl: Protect the memdesc->gpuaddr in SVM use cases")'. Snapshot of msm-pm8916.dtsi is taken from msm-3.10 And renamed to pm8916.dtsi to be comaptible with 4.19 kernel 'commit <795bad7cbc25468d9b0dc7c011cc7ef2e3f4c0b2> power: qpnp-linear-charger: fix mutex lockup")'. Change-Id: Id25960963b2ffc8bbb23abb6a802d146bb643d02
Diffstat (limited to 'qcom/sda439-cdp.dts')
-rw-r--r--qcom/sda439-cdp.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/qcom/sda439-cdp.dts b/qcom/sda439-cdp.dts
new file mode 100644
index 00000000..65606ba2
--- /dev/null
+++ b/qcom/sda439-cdp.dts
@@ -0,0 +1,11 @@
+/dts-v1/;
+
+#include "sda439.dtsi"
+#include "sdm439-cdp.dtsi"
+
+/ {
+ model = "Qualcomm Technologies, Inc. SDA439 CDP";
+ compatible = "qcom,sda439-cdp", "qcom,sda439", "qcom,cdp";
+ qcom,board-id = <1 2>;
+ qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
+};