OSDN Git Service

ARM: mstar: Add "pmsleep" node to base dtsi
authorDaniel Palmer <daniel@0x0f.com>
Tue, 28 Jul 2020 10:03:20 +0000 (19:03 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Jul 2020 11:15:47 +0000 (13:15 +0200)
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@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mstar-v7.dtsi

index f787b8e..bb7fb3e 100644 (file)
                        #size-cells = <1>;
                        ranges = <0x0 0x1f000000 0x00400000>;
 
+                       pmsleep: syscon@1c00 {
+                               compatible = "mstar,pmsleep", "syscon";
+                               reg = <0x1c00 0x100>;
+                       };
+
                        l3bridge: l3bridge@204400 {
                                compatible = "mstar,l3bridge";
                                reg = <0x204400 0x200>;