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

Commit d1421daf authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Fix host mode issue on sdx20



The change 'commit 3a07a4e7 ("ARM: dts: msm: Delete
redundant USB nodes for SDX20")' indirectly deleted
the vbus_dwc3-supply attribure as part of deleting the
redundant nodes. This caused a regression in the host
mode of sdx20. Fix this by adding the vbus_dwc3-supply back.

Change-Id: Icefb90f5be6b35a9ff07964400f7ac7956b8a613
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 0fda0080
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -392,3 +392,6 @@
#include "sdx20-usb.dtsi"
#include "sdx20-pm.dtsi"

&usb3 {
	vbus_dwc3-supply = <&smb1351_otg_supply>;
};