Merge "ARM: dts: qcom: Add additional board files for sdxpinn"

This commit is contained in:
qctecmdr
2022-08-21 22:58:12 -07:00
committed by Gerrit - the friendly Code Review server
7 changed files with 13 additions and 30 deletions

View File

@@ -315,8 +315,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,sdxpinn-idp"
compatible = "qcom,sa410m-rumi"
compatible = "qcom,quinvm"
compatible = "qcom,sdxbaagha-rumi"

View File

@@ -170,10 +170,7 @@ gen4auto-overlays-dtb-$(CONFIG_ARCH_LEMANS) += \
dtb-y += $(gen4auto-dtb-y)
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb \
sdxpinn-mtp.dtb \
sdxpinn-cdp.dtb
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb
sdxpinn-idp-mbb.dtb
dtb-y += $(sdxpinn-dtb-y)
sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \

View File

@@ -1,11 +0,0 @@
/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>;
};

11
qcom/sdxpinn-idp-mbb.dts Normal file
View File

@@ -0,0 +1,11 @@
/dts-v1/;
#include "sdxpinn.dtsi"
#include "sdxpinn-idp-mbb.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXPINN IDP MBB";
compatible = "qcom,sdxpinn-idp",
"qcom,sdxpinn", "qcom,idp";
qcom,board-id = <34 0>;
};

View File

@@ -1,11 +0,0 @@
/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>;
};

View File

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