ipq806x: fix pcie reset gpios
authorPavel Kubelun <be.dissent@gmail.com>
Thu, 3 Nov 2016 18:34:30 +0000 (21:34 +0300)
committerJohn Crispin <john@phrozen.org>
Tue, 8 Nov 2016 10:17:10 +0000 (11:17 +0100)
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>
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065.dtsi
target/linux/ipq806x/patches-4.4/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch

index cae5fdc3b34fd9208cc4613310dbba585899c7d6..f09ec929198e7f4fe9c3353392c499e740aa8aa0 100644 (file)
                        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";
                };
                        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";
                };
                        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";
                };
index 1246bfeda99b9522b7558cdbc0999c2a2ebccd69..2394926f8f426a9e2cf7d4854aa5492f3f992d84 100644 (file)
@@ -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";
 +              };