projects
/
GitHub
/
LineageOS
/
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:
97bf6af
)
ARM: dts: am437x-sk-evm: Hook dcdc2 as the cpu0-supply
author
Dave Gerlach
<d-gerlach@ti.com>
Thu, 4 Dec 2014 15:24:39 +0000
(09:24 -0600)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 7 Jan 2015 23:13:59 +0000
(15:13 -0800)
Hook dcdc2 as the cpu0-supply.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-sk-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am437x-sk-evm.dts
b/arch/arm/boot/dts/am437x-sk-evm.dts
index 53bbfc90b26ae2711c96acdea36825f1be51d031..ab357b6d9c1e4b7b38e1a5beab0e46981536d637 100644
(file)
--- a/
arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/
arch/arm/boot/dts/am437x-sk-evm.dts
@@
-610,3
+610,7
@@
&wdt {
status = "okay";
};
+
+&cpu {
+ cpu0-supply = <&dcdc2>;
+};