From cfb56b481131f601d5a587a8d89a752b1fd54d0b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 May 2015 11:47:09 +0000 Subject: ipq806x: add pcie support to ipq806x based platforms This change adds PCIe support to IPQ806x based platforms. The driver is actually cherry-picked from the following LKML thread: *https://lwn.net/Articles/643086/ (patches 110-111) We also add here an additional fix to support multiple PCI controllers on the same platform (patch 112), and to patch the ap148 & dbs149 DTS files (patch 113). Signed-off-by: Mathieu Olivari SVN-Revision: 45663 --- .../patches-3.18/700-add-gmac-dts-suport.patch | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch') diff --git a/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch b/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch index 348f24b..fe670cf 100644 --- a/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch +++ b/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch @@ -16,7 +16,7 @@ i2c4_pins: i2c4_pinmux { pins = "gpio12", "gpio13"; function = "gsbi4"; -@@ -38,6 +45,25 @@ +@@ -54,6 +61,25 @@ bias-none; }; }; @@ -42,7 +42,7 @@ }; gsbi@16300000 { -@@ -76,6 +102,7 @@ +@@ -92,6 +118,7 @@ #size-cells = <1>; spi-max-frequency = <50000000>; reg = <0>; @@ -50,9 +50,9 @@ partition@0 { label = "lowlevel_init"; -@@ -136,5 +163,66 @@ - usb30@1 { - status = "ok"; +@@ -166,5 +193,66 @@ + pinctrl-0 = <&pcie2_pins>; + pinctrl-names = "default"; }; + + mdio0: mdio { @@ -119,18 +119,19 @@ }; --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi -@@ -3,6 +3,7 @@ - #include "skeleton.dtsi" +@@ -4,6 +4,7 @@ #include #include + #include +#include / { model = "Qualcomm IPQ8064"; -@@ -390,5 +391,41 @@ +@@ -513,5 +514,42 @@ + dr_mode = "host"; }; }; - ++ + nss-gmac-common { + reg = <0x03000000 0x0000FFFF 0x1bb00000 0x0000FFFF 0x00900000 0x00004000>; + reg-names = "nss_reg_base" , "qsgmii_reg_base", "clk_ctl_base"; -- cgit v1.1