ARM: dts: msm: Add dts for sa410m

Add dts for sa410m idp and ccard for both nand and emmc platform.

Change-Id: I52f996182f1fb7102b33781dc9f23c732dc4a5ef
This commit is contained in:
Sanjay
2022-09-08 10:23:34 +05:30
committed by Gerrit - the friendly Code Review server
parent d2369ac295
commit d8f54d2200
6 changed files with 39 additions and 2 deletions

View File

@@ -184,6 +184,9 @@ Generic board variants:
- X100 device:
compatible = "qcom,x100"
- CCARD device:
compatible = "qcom,ccard"
Boards (SoC type + board variant):
compatible = "qcom,apq8016"
@@ -344,6 +347,7 @@ compatible = "qcom,sdxbaagha-mtp"
compatible = "qcom,sdxbaagha-cdp"
compatible = "qcom,sa410m-idp"
compatible = "qcom,sa410m-qrd"
compatible = "qcom,sa410m-ccard"
compatible = "qcom,lemans-rumi"
compatible = "qcom,lemans-ivi"
compatible = "qcom,lemans-ivi-adp-air"

View File

@@ -215,7 +215,10 @@ dtb-y += $(sdxpinn-dtb-y)
sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \
sa410m-rumi.dtb \
sa410m-idp.dtb
sa410m-nand-idp.dtb \
sa410m-emmc-idp.dtb \
sa410m-nand-ccard.dtb \
sa410m-emmc-ccard.dtb
dtb-y += $(sa410m_auto-dtb-y)
SA8155_LA_GVM_BASE_DTB += sa8155-vm-la.dtb

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "sa410m-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA410M EMMC CCARD";
compatible = "qcom,sa410m", "qcom,idp", "qcom,sa410m-ccard";
qcom,msm-id=<560 0x10000>;
qcom,board-id = <25 0x0>;
};

View File

@@ -3,7 +3,7 @@
#include "sa410m-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA410M IDP";
model = "Qualcomm Technologies, Inc. SA410M EMMC IDP";
compatible = "qcom,sa410m", "qcom,idp", "qcom,sa410m-idp";
qcom,msm-id=<560 0x10000>;
qcom,board-id = <34 0x0>;

View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "sa410m-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA410M NAND CCARD";
compatible = "qcom,sa410m", "qcom,ccard", "qcom,sa410m-ccard";
qcom,msm-id=<560 0x10000>;
qcom,board-id = <25 0x1>;
};

10
qcom/sa410m-nand-idp.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "sa410m-idp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SA410M NAND IDP";
compatible = "qcom,sa410m", "qcom,idp", "qcom,sa410m-idp";
qcom,msm-id=<560 0x10000>;
qcom,board-id = <34 0x1>;
};