diff mbox series

[6/8] ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply

Message ID 1513697066-27732-7-git-send-email-d-gerlach@ti.com
State Accepted
Commit 57c7f02ad207040eee9e85ce50d2248a6ad85116
Headers show
Series ARM: dts: dra7: Add ti-opp-supply nodes and enable 1.5 GHz | expand

Commit Message

Dave Gerlach Dec. 19, 2017, 3:24 p.m. UTC
Add vdd-supply as smps12_reg for cpu0.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>

---
 arch/arm/boot/dts/dra72-evm-tps65917.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.15.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/dra72-evm-tps65917.dtsi b/arch/arm/boot/dts/dra72-evm-tps65917.dtsi
index 57bfe5caf5e4..47bb90f41f3f 100644
--- 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>;
+};