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

Commit 21d3a216 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Enable DP DM pulsing support on MSM8996



The charger associated with MSM8996 does not support
HVDCP detection by default. Enable DP DM pulsing support
so that charger driver can support HVDCP detection.
And all the 8996 platforms does not have this charger,
hence enable the pulsing support on those platforms
where this charger is present.

Change-Id: I70549df99bd11303d7c334227c869767f5ea51a8
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 1e577bde
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -790,6 +790,10 @@
	qcom,check-for-float;
};

&qusb_phy0 {
	qcom,enable-dpdm-pulsing;
};

&usb2s {
	status = "disabled";
	dwc3@7600000 {
+4 −0
Original line number Diff line number Diff line
@@ -514,6 +514,10 @@
	qcom,check-for-float;
};

&qusb_phy0 {
	qcom,enable-dpdm-pulsing;
};

&i2c_7 {
	smb1351-charger@1d {
		compatible = "qcom,smb1351-charger";
+0 −1
Original line number Diff line number Diff line
@@ -2177,7 +2177,6 @@
		phy_type= "utmi";
		qcom,phy-clk-scheme = "cmos";
		qcom,major-rev = <1>;
		qcom,enable-dpdm-pulsing;

		clocks = <&clock_gcc clk_gcc_usb_phy_cfg_ahb2phy_clk>,
			 <&clock_gcc clk_ln_bb_clk>;