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

Commit 47333463 authored by Udipto Goswami's avatar Udipto Goswami
Browse files

ARM: dts: msm: Add USB DP support for LitoMagnus

This change adds support for DP on litomagnus.
The vdd-supply of usb_qmp_dp_phy has changed
for litomagnus from eldo13 to L11A.

Change-Id: I50d65412642743c9e1543c6528aa7a96a7160eb5
parent 3d0112e6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@

};

&usb_qmp_dp_phy {
	/delete-property/vdd-supply;
	vdd-supply = <&L11A>;
};

&pm8150_rtc {
	status = "disabled";
};
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@

};

&usb_qmp_dp_phy {
	/delete-property/vdd-supply;
	vdd-supply = <&L11A>;
};

&pm8150_rtc {
	status = "disabled";
};