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

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

ARM: dts: msm: Add PD & EUD support on Khaje ATP Platfom

Add PD and EUD support to usb0 node on khaje atp platform.

Change-Id: I6e915aaf65c8bf9a26de6604a13bf16fafd3d5c4
parent ed0c99e4
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -283,3 +283,25 @@
		panel = <&dsi_nt36672e_fhd_plus_90hz_video>;
	};
};

&pm7250b_charger {
	dpdm-supply = <&usb2_phy0>;

	smb5_vbus: qcom,smb5-vbus {
		regulator-name = "smb5-vbus";
	};

	smb5_vconn: qcom,smb5-vconn {
		regulator-name = "smb5-vconn";
	};
};

&pm7250b_pdphy {
	vdd-pdphy-supply = <&L15A>;
	vbus-supply = <&smb5_vbus>;
	vconn-supply = <&smb5_vconn>;
};

&usb0 {
	extcon = <&pm7250b_pdphy>, <&pm7250b_charger>, <&eud>;
};