From 45bf3d4f248ea2d770a1625fdee8899dc40329af Mon Sep 17 00:00:00 2001 From: Pavel Kubelun Date: Sat, 24 Dec 2016 01:51:07 +0300 Subject: ipq806x: disable usb3 phy suspend and add usb tcsr control According to Qualcomm SDK usb3 phy suspend should be disabled for ipq806x. This may solve issue on some ipq806x devices that breaks usb3 storage peripherals during system boot. Signed-off-by: Pavel Kubelun --- target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ipq806x/files/arch/arm') diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi index d4fbbe29f1..e795aef0e3 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi @@ -863,6 +863,8 @@ clocks = <&gcc USB30_0_MASTER_CLK>; clock-names = "core"; + syscon-tcsr = <&tcsr 0xb0 1>; + ranges; status = "disabled"; @@ -876,6 +878,7 @@ phys = <&hs_phy_0>, <&ss_phy_0>; phy-names = "usb2-phy", "usb3-phy"; dr_mode = "host"; + snps,dis_u3_susphy_quirk; }; }; @@ -886,6 +889,8 @@ clocks = <&gcc USB30_1_MASTER_CLK>; clock-names = "core"; + syscon-tcsr = <&tcsr 0xb0 0>; + ranges; status = "disabled"; @@ -897,6 +902,7 @@ phys = <&hs_phy_1>, <&ss_phy_1>; phy-names = "usb2-phy", "usb3-phy"; dr_mode = "host"; + snps,dis_u3_susphy_quirk; }; }; -- cgit v1.2.3