mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
d2369ac295
commit
d8f54d2200
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
10
qcom/sa410m-emmc-ccard.dts
Normal file
10
qcom/sa410m-emmc-ccard.dts
Normal 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>;
|
||||
};
|
||||
@@ -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>;
|
||||
10
qcom/sa410m-nand-ccard.dts
Normal file
10
qcom/sa410m-nand-ccard.dts
Normal 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
10
qcom/sa410m-nand-idp.dts
Normal 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>;
|
||||
};
|
||||
Reference in New Issue
Block a user