From bb8f5162fd76bba8a5bf661f674f4904259249f6 Mon Sep 17 00:00:00 2001 From: Pavel Kubelun Date: Tue, 8 Nov 2016 15:52:46 +0300 Subject: ipq806x: fix pci pins Fix pci pins drive-strength according to oem sources. Signed-off-by: Pavel Kubelun --- target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'target/linux/ipq806x/files/arch') 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 0d5430370f..bff9979adf 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 @@ -305,7 +305,7 @@ mux { pins = "gpio3"; function = "pcie1_rst"; - drive-strength = <12>; + drive-strength = <2>; bias-disable; }; }; @@ -314,7 +314,7 @@ mux { pins = "gpio48"; function = "pcie2_rst"; - drive-strength = <12>; + drive-strength = <2>; bias-disable; }; }; @@ -323,8 +323,9 @@ mux { pins = "gpio63"; function = "pcie3_rst"; - drive-strength = <12>; + drive-strength = <2>; bias-disable; + output-low; }; }; }; -- cgit v1.2.3