mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-30 00:08:32 +00:00
ARM: dts: msm: Add initial device tree for NEO QXR
Add initial device tree to support NEO QXR SoC platform. Change-Id: I1b920410f855f84fc6718ea6dedaab6f5b2bc6c7
This commit is contained in:
@@ -288,6 +288,7 @@ compatible = "qcom,diwali-lte-idp"
|
||||
compatible = "qcom,diwali-lte-qrd"
|
||||
compatible = "qcom,diwali-lte-atp"
|
||||
compatible = "qcom,neo-rumi"
|
||||
compatible = "qcom,neo-qxr"
|
||||
compatible = "qcom,parrot-rumi"
|
||||
compatible = "qcom,parrot-idp"
|
||||
compatible = "qcom,parrot-qrd"
|
||||
|
||||
@@ -166,13 +166,16 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
|
||||
dtbo-$(CONFIG_ARCH_NEO) += neo-rumi-overlay.dtbo \
|
||||
neo_la-rumi-overlay.dtbo
|
||||
neo_la-rumi-overlay.dtbo \
|
||||
neo-qxr-overlay.dtbo
|
||||
|
||||
neo-rumi-overlay.dtbo-base := neo.dtb
|
||||
neo_la-rumi-overlay.dtbo-base := neo_la.dtb
|
||||
neo-qxr-overlay.dtbo-base := neo.dtb
|
||||
else
|
||||
dtb-$(CONFIG_ARCH_NEO) += neo-rumi.dtb
|
||||
dtb-$(CONFIG_ARCH_NEO) += neo_la-rumi.dtb
|
||||
dtb-$(CONFIG_ARCH_NEO) += neo-qxr.dtb
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
|
||||
|
||||
11
qcom/neo-qxr-overlay.dts
Normal file
11
qcom/neo-qxr-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "neo-qxr.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. NEO QXR";
|
||||
compatible = "qcom,neo", "qcom,neo-qxr";
|
||||
qcom,msm-id = <525 0x10000>;
|
||||
qcom,board-id = <0x10026 0>;
|
||||
};
|
||||
10
qcom/neo-qxr.dts
Normal file
10
qcom/neo-qxr.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "neo.dtsi"
|
||||
#include "neo-qxr.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. NEO QXR";
|
||||
compatible = "qcom,neo", "qcom,neo-qxr";
|
||||
qcom,board-id = <0x10026 0>;
|
||||
};
|
||||
0
qcom/neo-qxr.dtsi
Normal file
0
qcom/neo-qxr.dtsi
Normal file
Reference in New Issue
Block a user