mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: msm: Add initial device tree for Shima for QRD
Add initial device tree to support Shima platform on QRD platforms. Change-Id: I0f6368a439be22b3ee5868f6644a28a238d5e92f
This commit is contained in:
@@ -201,6 +201,7 @@ compatible = "qcom,lahainap-qrd"
|
||||
compatible = "qcom,shima-rumi"
|
||||
compatible = "qcom,shima-idp"
|
||||
compatible = "qcom,shima-atp"
|
||||
compatible = "qcom,shima-qrd"
|
||||
compatible = "qcom,lito-rumi"
|
||||
compatible = "qcom,lito-mtp"
|
||||
compatible = "qcom,lito-cdp"
|
||||
|
||||
@@ -63,15 +63,18 @@ ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
|
||||
dtbo-$(CONFIG_ARCH_SHIMA) += \
|
||||
shima-rumi-overlay.dtbo \
|
||||
shima-idp-overlay.dtbo \
|
||||
shima-atp-overlay.dtbo
|
||||
shima-atp-overlay.dtbo \
|
||||
shima-qrd-overlay.dtbo
|
||||
|
||||
shima-rumi-overlay.dtbo-base := shima.dtb
|
||||
shima-idp-overlay.dtbo-base := shima.dtb
|
||||
shima-atp-overlay.dtbo-base := shima.dtb
|
||||
shima-qrd-overlay.dtbo-base := shima.dtb
|
||||
else
|
||||
dtb-$(CONFIG_ARCH_SHIMA) += shima-rumi.dtb \
|
||||
shima-idp.dtb \
|
||||
shima-atp.dtb
|
||||
shima-atp.dtb \
|
||||
shima-qrd.dtb
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
|
||||
|
||||
11
qcom/shima-qrd-overlay.dts
Normal file
11
qcom/shima-qrd-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "shima-qrd.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Shima QRD";
|
||||
compatible = "qcom,shima-qrd", "qcom,shima", "qcom,qrd";
|
||||
qcom,msm-id = <450 0x10000>;
|
||||
qcom,board-id = <0x1000B 0>;
|
||||
};
|
||||
10
qcom/shima-qrd.dts
Normal file
10
qcom/shima-qrd.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "shima.dtsi"
|
||||
#include "shima-qrd.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Shima QRD";
|
||||
compatible = "qcom,shima-qrd", "qcom,shima", "qcom,qrd";
|
||||
qcom,board-id = <0x1000B 0>;
|
||||
};
|
||||
2
qcom/shima-qrd.dtsi
Normal file
2
qcom/shima-qrd.dtsi
Normal file
@@ -0,0 +1,2 @@
|
||||
&soc {
|
||||
};
|
||||
Reference in New Issue
Block a user