Skip to content
Snippets Groups Projects
Commit 575413a7 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ipq806x: fix pcie tx0-term-offset setting


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47543
parent 44b8472f
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 12 deletions
......@@ -40,7 +40,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
spi_pins: spi_pins {
mux {
pins = "gpio18", "gpio19", "gpio21";
@@ -115,5 +133,19 @@
@@ -115,5 +133,21 @@
usb30@1 {
status = "ok";
};
......@@ -50,6 +50,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
+ reset-gpio = <&qcom_pinmux 3 0>;
+ pinctrl-0 = <&pcie0_pins>;
+ pinctrl-names = "default";
+ phy-tx0-term-offset = <7>;
+ };
+
+ pcie1: pci@1b700000 {
......@@ -57,6 +58,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
+ reset-gpio = <&qcom_pinmux 48 0>;
+ pinctrl-0 = <&pcie1_pins>;
+ pinctrl-names = "default";
+ phy-tx0-term-offset = <7>;
+ };
};
};
......
......@@ -57,9 +57,9 @@ arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 36 ++++++++++++++++++++++++++++++++
};
gsbi@16300000 {
@@ -147,5 +172,19 @@
pinctrl-0 = <&pcie1_pins>;
@@ -149,5 +174,19 @@
pinctrl-names = "default";
phy-tx0-term-offset = <7>;
};
+
+ nand@1ac00000 {
......
--- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
+++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
@@ -181,6 +181,8 @@
@@ -183,6 +183,8 @@
nand-ecc-strength = <4>;
nand-bus-width = <8>;
......
......@@ -38,7 +38,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
};
gsbi@16300000 {
@@ -184,6 +194,34 @@
@@ -186,6 +196,34 @@
linux,part-probe = "qcom-smem";
};
......
......@@ -29,7 +29,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
};
gsbi@16300000 {
@@ -222,6 +232,27 @@
@@ -224,6 +234,27 @@
reg = <4>;
};
};
......
......@@ -40,7 +40,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
spi_pins: spi_pins {
mux {
pins = "gpio18", "gpio19", "gpio21";
@@ -91,5 +109,19 @@
@@ -91,5 +109,21 @@
sata@29000000 {
status = "ok";
};
......@@ -50,6 +50,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
+ reset-gpio = <&qcom_pinmux 3 0>;
+ pinctrl-0 = <&pcie0_pins>;
+ pinctrl-names = "default";
+ phy-tx0-term-offset = <7>;
+ };
+
+ pcie1: pci@1b700000 {
......@@ -57,6 +58,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
+ reset-gpio = <&qcom_pinmux 48 0>;
+ pinctrl-0 = <&pcie1_pins>;
+ pinctrl-names = "default";
+ phy-tx0-term-offset = <7>;
+ };
};
};
......
......@@ -54,9 +54,9 @@ arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 36 ++++++++++++++++++++++++++++++++
};
gsbi@16300000 {
@@ -123,5 +145,19 @@
pinctrl-0 = <&pcie1_pins>;
@@ -125,5 +147,19 @@
pinctrl-names = "default";
phy-tx0-term-offset = <7>;
};
+
+ nand@1ac00000 {
......
--- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
+++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts
@@ -154,6 +154,8 @@
@@ -156,6 +156,8 @@
nand-ecc-strength = <4>;
nand-bus-width = <8>;
......
......@@ -38,7 +38,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
};
gsbi@16300000 {
@@ -157,6 +167,34 @@
@@ -159,6 +169,34 @@
linux,part-probe = "qcom-smem";
};
......
......@@ -29,7 +29,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
};
gsbi@16300000 {
@@ -195,6 +205,27 @@
@@ -197,6 +207,27 @@
reg = <4>;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment