Merge "ARM: dts: msm: Add board files for SDXPINN target"

This commit is contained in:
qctecmdr
2022-07-13 14:59:36 -07:00
committed by Gerrit - the friendly Code Review server
6 changed files with 31 additions and 1 deletions

View File

@@ -305,5 +305,7 @@ compatible = "qcom,khaje-idp"
compatible = "qcom,khaje-qrd"
compatible = "qcom,khaje-atp"
compatible = "qcom,sdxpinn-rumi"
compatible = "qcom,sdxpinn-mtp"
compatible = "qcom,sdxpinn-cdp"
compatible = "qcom,sa410m-rumi"
compatible = "qcom,quinvm"

View File

@@ -149,7 +149,9 @@ sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_B
dtb-y += $(sdmsteppeauto-dtb-y)
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb \
sdxpinn-mtp.dtb \
sdxpinn-cdp.dtb
dtb-y += $(sdxpinn-dtb-y)
sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \

11
qcom/sdxpinn-cdp.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
#include "sdxpinn.dtsi"
#include "sdxpinn-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXPINN CDP";
compatible = "qcom,sdxpinn-cdp",
"qcom,sdxpinn", "qcom,cdp";
qcom,board-id = <0x10001 0x0>;
};

2
qcom/sdxpinn-cdp.dtsi Normal file
View File

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

11
qcom/sdxpinn-mtp.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
#include "sdxpinn.dtsi"
#include "sdxpinn-mtp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXPINN MTP";
compatible = "qcom,sdxpinn-mtp",
"qcom,sdxpinn", "qcom,mtp";
qcom,board-id = <0x10008 0x0>;
};

2
qcom/sdxpinn-mtp.dtsi Normal file
View File

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