Skip to content

Commit

Permalink
ARM: dts: dra72-evm-tps65917: Add voltage supplies to usb_phy, mmc, dss
Browse files Browse the repository at this point in the history
Commit 5d080aa ("ARM: dts: dra72: Add separate dtsi for tps65917")
added a separate dtsi for dra72-evm-tps65917 moving all the voltage supplies
to this file. But it missed adding voltage supplies to usb_phy, mmc,
dss and deleted from dra72-evm-common.dtsi. Adding the voltage supply
phandles to these nodes in dra72-evm-tps65917.dtsi

Fixes: 5d080aa ("ARM: dts: dra72: Add separate dtsi for tps65917")
Reported-by: Carlos Hernandez <ceh@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Lokesh Vutla authored and Tony Lindgren committed Dec 27, 2016
1 parent 5acd016 commit 1a177cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/dra72-evm-tps65917.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,19 @@
ti,palmas-long-press-seconds = <6>;
};
};

&usb2_phy1 {
phy-supply = <&ldo4_reg>;
};

&usb2_phy2 {
phy-supply = <&ldo4_reg>;
};

&dss {
vdda_video-supply = <&ldo5_reg>;
};

&mmc1 {
vmmc_aux-supply = <&ldo1_reg>;
};

0 comments on commit 1a177cf

Please sign in to comment.