Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c66f2b04 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

ARM: msm: dts: Set usb dvdd voltage range to [0.8v 0.8v] for sdm429



Currently usb dvdd voltage is set to [928000 928000] for sdm429. This is
leading to driver probe failure due different client vote for 0.8v. Hence
fix the issue by setting voltage range for DVDD to [800000 800000] for
sdm429 to avoid probe failure.

Change-Id: If0abba01bf1623f5706d0fd2ae3283dd82d65b57
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent fcac55e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -250,4 +250,5 @@
&usb_otg {
	extcon = <&pm660_charger>;
	vbus_otg-supply = <&smb2_vbus>;
	qcom,vdd-voltage-level = <0 800000 800000>;
};