mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
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@0x0f.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
committed by
Arnd Bergmann
parent
d7f1d81b0f
commit
9345a99710
@@ -73,6 +73,11 @@ riu: bus@1f000000 {
|
||||
#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>;
|
||||
|
||||
Reference in New Issue
Block a user