ARM: dts: msm: add APQ SOC id for SDE on sun target

Add APQ SOC id in mtp/cdp variants on sun target.

Change-Id: I42cf0b07a08f09a983399cd5cffe2001481061e7
Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
This commit is contained in:
Veera Sundaram Sankaran
2023-12-17 23:27:20 -08:00
parent e1d581f217
commit 423d3e762a
3 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun CDP"; model = "Qualcomm Technologies, Inc. Sun CDP";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp"; compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
qcom,msm-id = <618 0x10000>, <618 0x20000>; qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <1 0>; qcom,board-id = <1 0>;
}; };

View File

@@ -11,6 +11,6 @@
/ { / {
model = "Qualcomm Technologies, Inc. Sun MTP"; model = "Qualcomm Technologies, Inc. Sun MTP";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp"; compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>; qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <8 0>; qcom,board-id = <8 0>;
}; };

View File

@@ -9,6 +9,6 @@
#include "sun-sde.dtsi" #include "sun-sde.dtsi"
/ { / {
qcom,msm-id = <618 0x10000>; qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <15 0>; qcom,board-id = <15 0>;
}; };