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 board files for SDXPINN target
Add initial board-specific devicetree files for SDXPINN target. Change-Id: Ib8ec48eb2d5ccf4fb2bd68b046d15e5ee4a32ace
This commit is contained in:
@@ -301,4 +301,6 @@ 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"
|
||||
|
||||
@@ -136,7 +136,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
11
qcom/sdxpinn-cdp.dts
Normal 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
2
qcom/sdxpinn-cdp.dtsi
Normal file
@@ -0,0 +1,2 @@
|
||||
&soc {
|
||||
};
|
||||
11
qcom/sdxpinn-mtp.dts
Normal file
11
qcom/sdxpinn-mtp.dts
Normal 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
2
qcom/sdxpinn-mtp.dtsi
Normal file
@@ -0,0 +1,2 @@
|
||||
&soc {
|
||||
};
|
||||
Reference in New Issue
Block a user