[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200728100321.1691745-9-daniel@0x0f.com>
Date: Tue, 28 Jul 2020 19:03:20 +0900
From: Daniel Palmer <daniel@...f.com>
To: soc@...nel.org
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, arnd@...db.de, robh@...nel.org,
Daniel Palmer <daniel@...f.com>
Subject: [PATCH v2 8/9] ARM: mstar: Add "pmsleep" node to base dtsi
This patch adds a node for the pmsleep area so that other
drivers can access registers contained within it.
Signed-off-by: Daniel Palmer <daniel@...f.com>
---
arch/arm/boot/dts/mstar-v7.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi
index f787b8e4b67f..bb7fb3e689a7 100644
--- a/arch/arm/boot/dts/mstar-v7.dtsi
+++ b/arch/arm/boot/dts/mstar-v7.dtsi
@@ -73,6 +73,11 @@ riu: bus@...00000 {
#size-cells = <1>;
ranges = <0x0 0x1f000000 0x00400000>;
+ pmsleep: syscon@...0 {
+ compatible = "mstar,pmsleep", "syscon";
+ reg = <0x1c00 0x100>;
+ };
+
l3bridge: l3bridge@...400 {
compatible = "mstar,l3bridge";
reg = <0x204400 0x200>;
--
2.27.0
Powered by blists - more mailing lists