From ccc19a33ec63f590459eb65857298b1468371603 Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Mon, 13 Jun 2022 10:54:33 -0700 Subject: [PATCH] ARM: dts: msm: Split cinder RUMI dt files into RU and DU variants Split up the cinder rumi dts files into RU and DU variants to allow for DU testing on cinder rumi. Change-Id: Iae87d6eaf73eeeddf34bd132a67625df0127d1c4 --- qcom/Makefile | 3 ++- qcom/cinder-du-rumi.dts | 11 +++++++++++ qcom/{cinder-rumi.dts => cinder-ru-rumi.dts} | 0 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 qcom/cinder-du-rumi.dts rename qcom/{cinder-rumi.dts => cinder-ru-rumi.dts} (100%) diff --git a/qcom/Makefile b/qcom/Makefile index d39872f0..43826219 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -83,7 +83,8 @@ khaje-dtb-$(CONFIG_ARCH_KHAJE) += \ khaje-overlays-dtb-$(CONFIG_ARCH_KHAJE) += $(KHAJE_BOARDS) $(KHAJE_BASE_DTB) dtb-y += $(khaje-dtb-y) -cinder-dtb-$(CONFIG_ARCH_CINDER) += cinder-rumi.dtb \ +cinder-dtb-$(CONFIG_ARCH_CINDER) += cinder-ru-rumi.dtb \ + cinder-du-rumi.dtb \ cinder-ru-idp.dtb \ cinder-du-idp.dtb \ cinder-du-x100.dtb diff --git a/qcom/cinder-du-rumi.dts b/qcom/cinder-du-rumi.dts new file mode 100644 index 00000000..a97589ad --- /dev/null +++ b/qcom/cinder-du-rumi.dts @@ -0,0 +1,11 @@ +/dts-v1/; +/memreserve/ 0x80C40000 0x00010000; + +#include "cinder-du.dtsi" +#include "cinder-rumi.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Cinder DU RUMI"; + compatible = "qcom,cinder-rumi", "qcom,cinder", "qcom,rumi"; + qcom,board-id = <0xF 0x0>; +}; diff --git a/qcom/cinder-rumi.dts b/qcom/cinder-ru-rumi.dts similarity index 100% rename from qcom/cinder-rumi.dts rename to qcom/cinder-ru-rumi.dts