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

Commit 02c9b258 authored by Pratham Pratap's avatar Pratham Pratap Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update phy resets for QMP phy on SM6150



This change updates phy only reset and block reset for
QMP phy on SM6150. Also modify compatible type for QMP
PHY since it supports USB3 or DP.

Change-Id: Ide8221d322410429577cd281cd9fa6a5b11ce785
Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
parent cf7f713f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@

	/* Primary USB port related QMP USB PHY */
	usb_qmp_phy: ssphy@88e6000 {
		compatible = "qcom,usb-ssphy-qmp-v2";
		compatible = "qcom,usb-ssphy-qmp-usb3-or-dp";
		reg = <0x88e6000 0x1000>;
		reg-names = "qmp_phy_base";

@@ -297,9 +297,9 @@
		clock-names = "aux_clk", "pipe_clk", "ref_clk_src",
				"ref_clk", "com_aux_clk", "cfg_ahb_clk";

		resets = <&clock_gcc GCC_USB3_DP_PHY_PRIM_SP0_BCR>,
		resets = <&clock_gcc GCC_USB3_PHY_PRIM_SP0_BCR>,
			<&clock_gcc GCC_USB3PHY_PHY_PRIM_SP0_BCR>;
		reset-names = "phy_phy_reset", "phy_reset";
		reset-names = "phy_reset", "phy_phy_reset";
	};

	usb_audio_qmi_dev {