projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af84bd
)
ARM: dts: dra7: Add dt node for the syscon control module wkup
author
Dave Gerlach
<d-gerlach@ti.com>
Wed, 18 May 2016 23:36:31 +0000
(18:36 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 10 Jun 2016 11:58:07 +0000
(
04:58
-0700)
Create a system control module node for the control module portion that
resides under l4_wkup.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dra7.dtsi
b/arch/arm/boot/dts/dra7.dtsi
index d8c0dd1024f0f6b96fae300ef3cf9310231398c8..cc4cb76431f6cf9e304e1cdb4684f223ca894a87 100644
(file)
--- a/
arch/arm/boot/dts/dra7.dtsi
+++ b/
arch/arm/boot/dts/dra7.dtsi
@@
-233,6
+233,11
@@
prm_clockdomains: clockdomains {
};
};
+
+ scm_wkup: scm_conf@c000 {
+ compatible = "syscon";
+ reg = <0xc000 0x1000>;
+ };
};
axi@0 {