Skip to content

Commit 9345a99

Browse files
fifteenhexarndb
authored andcommitted
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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent d7f1d81 commit 9345a99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/mstar-v7.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
#size-cells = <1>;
7474
ranges = <0x0 0x1f000000 0x00400000>;
7575

76+
pmsleep: syscon@1c00 {
77+
compatible = "mstar,pmsleep", "syscon";
78+
reg = <0x1c00 0x100>;
79+
};
80+
7681
l3bridge: l3bridge@204400 {
7782
compatible = "mstar,l3bridge";
7883
reg = <0x204400 0x200>;

0 commit comments

Comments
 (0)