mirror of https://github.com/hak5/openwrt.git
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>lede-17.01
parent
4ad68fa0a2
commit
524d7a7cde
|
@ -830,7 +830,7 @@
|
||||||
pinctrl-0 = <&pcie0_pins>;
|
pinctrl-0 = <&pcie0_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
perst-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
|
perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
@ -882,7 +882,7 @@
|
||||||
pinctrl-0 = <&pcie1_pins>;
|
pinctrl-0 = <&pcie1_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
perst-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
|
perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
@ -934,7 +934,7 @@
|
||||||
pinctrl-0 = <&pcie2_pins>;
|
pinctrl-0 = <&pcie2_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
perst-gpio = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
|
perst-gpios = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
|
@ -143,7 +143,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
|
||||||
+ pinctrl-0 = <&pcie0_pins>;
|
+ pinctrl-0 = <&pcie0_pins>;
|
||||||
+ pinctrl-names = "default";
|
+ pinctrl-names = "default";
|
||||||
+
|
+
|
||||||
+ perst-gpio = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
|
+ perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
|
||||||
+
|
+
|
||||||
+ status = "disabled";
|
+ status = "disabled";
|
||||||
+ };
|
+ };
|
||||||
|
@ -189,7 +189,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
|
||||||
+ pinctrl-0 = <&pcie1_pins>;
|
+ pinctrl-0 = <&pcie1_pins>;
|
||||||
+ pinctrl-names = "default";
|
+ pinctrl-names = "default";
|
||||||
+
|
+
|
||||||
+ perst-gpio = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
|
+ perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
|
||||||
+
|
+
|
||||||
+ status = "disabled";
|
+ status = "disabled";
|
||||||
+ };
|
+ };
|
||||||
|
@ -235,7 +235,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
|
||||||
+ pinctrl-0 = <&pcie2_pins>;
|
+ pinctrl-0 = <&pcie2_pins>;
|
||||||
+ pinctrl-names = "default";
|
+ pinctrl-names = "default";
|
||||||
+
|
+
|
||||||
+ perst-gpio = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
|
+ perst-gpios = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
|
||||||
+
|
+
|
||||||
+ status = "disabled";
|
+ status = "disabled";
|
||||||
+ };
|
+ };
|
||||||
|
|
Loading…
Reference in New Issue