projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194bd1d
)
ARM: dts: am572x-idk: Add cpu0 vdd supply
author
Dave Gerlach
<d-gerlach@ti.com>
Tue, 19 Dec 2017 15:24:26 +0000
(09:24 -0600)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 21 Dec 2017 15:53:13 +0000
(07:53 -0800)
Add vdd-supply as smps12_reg for cpu0.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am572x-idk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am572x-idk.dts
b/arch/arm/boot/dts/am572x-idk.dts
index 9212931f25db0597706036d36c46ee79c95c8867..9ab0af5017df3ecdd2659e0dd24a4221bfa41f53 100644
(file)
--- a/
arch/arm/boot/dts/am572x-idk.dts
+++ b/
arch/arm/boot/dts/am572x-idk.dts
@@
-36,3
+36,7
@@
pinctrl-1 = <&mmc2_pins_hs>;
pinctrl-2 = <&mmc2_pins_ddr_rev20>;
};
+
+&cpu0 {
+ vdd-supply = <&smps12_reg>;
+};