ARM: dts: msm: Add initial base changes for neo la

Add initial changes to support neo la platform.

Change-Id: I8a078052fd924a7bfbfc9405dd0c400b361f0753
This commit is contained in:
Amrit Anand
2022-01-17 17:53:36 +05:30
parent fcac22db70
commit bbd193a004
6 changed files with 41 additions and 1 deletions

View File

@@ -165,11 +165,14 @@ dtb-$(CONFIG_ARCH_WAIPIO) += waipio-lte-mtp-pm8008.dtb \
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
dtbo-$(CONFIG_ARCH_NEO) += neo-rumi-overlay.dtbo
dtbo-$(CONFIG_ARCH_NEO) += neo-rumi-overlay.dtbo \
neo_la-rumi-overlay.dtbo
neo-rumi-overlay.dtbo-base := neo.dtb
neo_la-rumi-overlay.dtbo-base := neo_la.dtb
else
dtb-$(CONFIG_ARCH_NEO) += neo-rumi.dtb
dtb-$(CONFIG_ARCH_NEO) += neo_la-rumi.dtb
endif
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "neo_la-rumi.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO-LA RUMI";
compatible = "qcom,neo-rumi", "qcom,neo", "qcom,rumi";
qcom,msm-id = <554 0x10000>;
qcom,board-id = <0x1000F 0>;
};

10
qcom/neo_la-rumi.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "neo_la.dtsi"
#include "neo_la-rumi.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO-LA RUMI";
compatible = "qcom,neo-rumi", "qcom,neo", "qcom,rumi";
qcom,board-id = <0x1000f 0x0400>;
};

1
qcom/neo_la-rumi.dtsi Normal file
View File

@@ -0,0 +1 @@
#include "neo-rumi.dtsi"

9
qcom/neo_la.dts Normal file
View File

@@ -0,0 +1,9 @@
/dts-v1/;
#include "neo_la.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO-LA SoC";
compatible = "qcom,neo";
qcom,board-id = <0 0>;
};

6
qcom/neo_la.dtsi Normal file
View File

@@ -0,0 +1,6 @@
#include "neo.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO-LA";
qcom,msm-id = <554 0x10000>;
};