[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211202191630.12450-5-jaschultz@microsoft.com>
Date: Thu, 2 Dec 2021 11:16:29 -0800
From: Jarrett Schultz <jaschultzms@...il.com>
To: Rob Herring <robh+dt@...nel.org>, Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Hans de Goede <hdegoede@...hat.com>,
Mark Gross <markgross@...nel.org>,
Maximilian Luz <luzmaximilian@...il.com>
Cc: linux-arm-msm@...r.kernel.org, platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Felipe Balbi <balbi@...nel.org>,
Jarrett Schultz <jaschultz@...rosoft.com>
Subject: [PATCH 4/5] arm64: dts: qcom: sm8150: Add imem section
Introduce the imem section in preparation for the surface xbl driver.
Signed-off-by: Jarrett Schultz <jaschultz@...rosoft.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@...aro.org>
---
Changes in v3:
- N/A
---
Changes in v2:
- Created to properly reference the xbl section inside of imem
---
arch/arm64/boot/dts/qcom/sm8150.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index 81b4ff2cc4cd..bcfcb7306cdc 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -1175,6 +1175,14 @@ gpi_dma1: dma-controller@...000 {
status = "disabled";
};
+ imem: imem@...bf000 {
+ compatible = "simple-mfd";
+ reg = <0x0 0x146bf000 0x0 0x1000>;
+ ranges = <0x0 0x0 0x146bf000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+
qupv3_id_1: geniqup@...000 {
compatible = "qcom,geni-se-qup";
reg = <0x0 0x00ac0000 0x0 0x6000>;
--
2.25.1
Powered by blists - more mailing lists