diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2016-11-03 21:34:30 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-08 11:17:10 +0100 |
commit | 524d7a7cdeb12b2061dfadf91e12f3355d908f19 (patch) | |
tree | 726c0342e21249b0e3c4a5f2b30e117aecc302ed /target/linux | |
parent | 4ad68fa0a2bd57e0eed56e33f00855c81449a172 (diff) | |
download | upstream-524d7a7cdeb12b2061dfadf91e12f3355d908f19.tar.gz upstream-524d7a7cdeb12b2061dfadf91e12f3355d908f19.tar.bz2 upstream-524d7a7cdeb12b2061dfadf91e12f3355d908f19.zip |
ipq806x: fix pcie reset gpios
Fix perst-gpios property in accordance to the driver, so it stops spamming that it can't parse it.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi | 6 | ||||
-rw-r--r-- | target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch | 6 |
2 files changed, 6 insertions, 6 deletions
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 cae5fdc3b3..f09ec92919 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 @@ -830,7 +830,7 @@ pinctrl-0 = <&pcie0_pins>; pinctrl-names = "default"; - perst-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>; + perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>; status = "disabled"; }; @@ -882,7 +882,7 @@ pinctrl-0 = <&pcie1_pins>; pinctrl-names = "default"; - perst-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>; + perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>; status = "disabled"; }; @@ -934,7 +934,7 @@ pinctrl-0 = <&pcie2_pins>; pinctrl-names = "default"; - perst-gpio = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>; + perst-gpios = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>; status = "disabled"; }; diff --git a/target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch b/target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch index 1246bfeda9..2394926f8f 100644 --- a/target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch +++ b/target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch @@ -143,7 +143,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + pinctrl-0 = <&pcie0_pins>; + pinctrl-names = "default"; + -+ perst-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>; ++ perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>; + + status = "disabled"; + }; @@ -189,7 +189,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + pinctrl-0 = <&pcie1_pins>; + pinctrl-names = "default"; + -+ perst-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>; ++ perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>; + + status = "disabled"; + }; @@ -235,7 +235,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + pinctrl-0 = <&pcie2_pins>; + pinctrl-names = "default"; + -+ perst-gpio = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>; ++ perst-gpios = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>; + + status = "disabled"; + }; |