diff options
Diffstat (limited to 'target/linux/ipq806x/patches-4.4')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch | 6 |
1 files changed, 3 insertions, 3 deletions
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"; + }; |