From ee59c1ee638b98158b02b851bd2c6c239098a13e Mon Sep 17 00:00:00 2001 From: Amrit Anand Date: Mon, 17 Jan 2022 17:53:36 +0530 Subject: [PATCH] ARM: dts: msm: Add initial base changes for neo la Add initial changes to support neo la platform. Change-Id: I8a078052fd924a7bfbfc9405dd0c400b361f0753 --- qcom/Makefile | 5 ++++- qcom/neo_la-rumi-overlay.dts | 11 +++++++++++ qcom/neo_la-rumi.dts | 10 ++++++++++ qcom/neo_la-rumi.dtsi | 1 + qcom/neo_la.dts | 9 +++++++++ qcom/neo_la.dtsi | 6 ++++++ 6 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 qcom/neo_la-rumi-overlay.dts create mode 100644 qcom/neo_la-rumi.dts create mode 100644 qcom/neo_la-rumi.dtsi create mode 100644 qcom/neo_la.dts create mode 100644 qcom/neo_la.dtsi diff --git a/qcom/Makefile b/qcom/Makefile index 981946fd..dbd58c27 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -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) diff --git a/qcom/neo_la-rumi-overlay.dts b/qcom/neo_la-rumi-overlay.dts new file mode 100644 index 00000000..0817c709 --- /dev/null +++ b/qcom/neo_la-rumi-overlay.dts @@ -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>; +}; diff --git a/qcom/neo_la-rumi.dts b/qcom/neo_la-rumi.dts new file mode 100644 index 00000000..45f75530 --- /dev/null +++ b/qcom/neo_la-rumi.dts @@ -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>; +}; diff --git a/qcom/neo_la-rumi.dtsi b/qcom/neo_la-rumi.dtsi new file mode 100644 index 00000000..6f549e4e --- /dev/null +++ b/qcom/neo_la-rumi.dtsi @@ -0,0 +1 @@ +#include "neo-rumi.dtsi" diff --git a/qcom/neo_la.dts b/qcom/neo_la.dts new file mode 100644 index 00000000..8c8e8c27 --- /dev/null +++ b/qcom/neo_la.dts @@ -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>; +}; diff --git a/qcom/neo_la.dtsi b/qcom/neo_la.dtsi new file mode 100644 index 00000000..cc0bc648 --- /dev/null +++ b/qcom/neo_la.dtsi @@ -0,0 +1,6 @@ +#include "neo.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. NEO-LA"; + qcom,msm-id = <554 0x10000>; +};