Merge "ARM: dts: msm: Add initial device tree for NEO QXR"

This commit is contained in:
qctecmdr
2022-03-14 23:38:40 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 26 additions and 1 deletions

View File

@@ -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"

View File

@@ -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
View 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
View 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
View File