projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea79e0
)
ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply
author
Dave Gerlach
<d-gerlach@ti.com>
Tue, 19 Dec 2017 15:24:24 +0000
(09:24 -0600)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 21 Dec 2017 15:52:02 +0000
(07:52 -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/dra72-evm-tps65917.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra72-evm-tps65917.dtsi
b/arch/arm/boot/dts/dra72-evm-tps65917.dtsi
index
57bfe5c
..
47bb90f
100644
(file)
--- a/
arch/arm/boot/dts/dra72-evm-tps65917.dtsi
+++ b/
arch/arm/boot/dts/dra72-evm-tps65917.dtsi
@@
-148,3
+148,7
@@
&mmc1 {
vqmmc-supply = <&ldo1_reg>;
};
+
+&cpu0 {
+ vdd-supply = <&smps1_reg>;
+};