From c20c74d49cd7145625ca14ba1a555ab687a29e8f Mon Sep 17 00:00:00 2001 From: Vijayavardhan Vennapusa Date: Thu, 4 May 2017 13:10:10 +0530 Subject: [PATCH] ARM: dts: msm: Remove TCSR_QUSB2_PHY_CLAMP_DIG_N_1P8 for SDM660 Remove TCSR_QUSB2_PHY_CLAMP_DIG_N_1P8 resource entry for SDM660 which is not required to set now during disconnect as writing to this register causes USB3.0 port and USB2.0 ports working independently. Change-Id: Ifb91c4e493ca1ecd31ef649c9e85acd809b9eec6 Signed-off-by: Vijayavardhan Vennapusa --- arch/arm/boot/dts/qcom/sdm660-common.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/qcom/sdm660-common.dtsi b/arch/arm/boot/dts/qcom/sdm660-common.dtsi index 33edebec2f72..e5adf168a477 100644 --- a/arch/arm/boot/dts/qcom/sdm660-common.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660-common.dtsi @@ -265,10 +265,8 @@ qusb_phy0: qusb@c012000 { compatible = "qcom,qusb2phy"; reg = <0x0c012000 0x180>, - <0x01fcb24c 0x4>, <0x00188018 0x4>; reg-names = "qusb_phy_base", - "tcsr_clamp_dig_n_1p8", "ref_clk_addr"; vdd-supply = <&pm660l_l1>; vdda18-supply = <&pm660_l10>; -- 2.11.0