diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-21 10:54:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-21 10:54:48 +0000 |
commit | 44b8472f1635d05eeb20bc2110e2dba38a3a10dd (patch) | |
tree | 8e967f13a059980c72b4378f1ae5652c754f518d /target/linux/ipq806x/patches-4.1 | |
parent | e20b68924968014662e901f6cba64fa0f8199e74 (diff) | |
download | upstream-44b8472f1635d05eeb20bc2110e2dba38a3a10dd.tar.gz upstream-44b8472f1635d05eeb20bc2110e2dba38a3a10dd.tar.bz2 upstream-44b8472f1635d05eeb20bc2110e2dba38a3a10dd.zip |
ipq806x: fix device tree nodes for PCI to get rid of I/O and memory offsets
Fixes QCA99x0 detection issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47542
Diffstat (limited to 'target/linux/ipq806x/patches-4.1')
-rw-r--r-- | target/linux/ipq806x/patches-4.1/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ipq806x/patches-4.1/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch b/target/linux/ipq806x/patches-4.1/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch index 77cf3c3beb..3fbcc395e0 100644 --- a/target/linux/ipq806x/patches-4.1/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch +++ b/target/linux/ipq806x/patches-4.1/112-ARM-dts-qcom-add-pcie-nodes-to-ipq806x-platforms.patch @@ -153,8 +153,8 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + #address-cells = <3>; + #size-cells = <2>; + -+ ranges = <0x81000000 0 0 0x0fe00000 0 0x00100000 /* downstream I/O */ -+ 0x82000000 0 0x00000000 0x08000000 0 0x07e00000>; /* non-prefetchable memory */ ++ ranges = <0x81000000 0 0x0fe00000 0x0fe00000 0 0x00100000 /* downstream I/O */ ++ 0x82000000 0 0x08000000 0x08000000 0 0x07e00000>; /* non-prefetchable memory */ + + interrupts = <GIC_SPI 35 IRQ_TYPE_NONE>; + interrupt-names = "msi"; @@ -194,8 +194,8 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + #address-cells = <3>; + #size-cells = <2>; + -+ ranges = <0x81000000 0 0 0x31e00000 0 0x00100000 /* downstream I/O */ -+ 0x82000000 0 0x00000000 0x2e000000 0 0x03e00000>; /* non-prefetchable memory */ ++ ranges = <0x81000000 0 0x31e00000 0x31e00000 0 0x00100000 /* downstream I/O */ ++ 0x82000000 0 0x2e000000 0x2e000000 0 0x03e00000>; /* non-prefetchable memory */ + + interrupts = <GIC_SPI 57 IRQ_TYPE_NONE>; + interrupt-names = "msi"; @@ -235,8 +235,8 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + #address-cells = <3>; + #size-cells = <2>; + -+ ranges = <0x81000000 0 0 0x35e00000 0 0x00100000 /* downstream I/O */ -+ 0x82000000 0 0x00000000 0x32000000 0 0x03e00000>; /* non-prefetchable memory */ ++ ranges = <0x81000000 0 0x35e00000 0x35e00000 0 0x00100000 /* downstream I/O */ ++ 0x82000000 0 0x32000000 0x32000000 0 0x03e00000>; /* non-prefetchable memory */ + + interrupts = <GIC_SPI 71 IRQ_TYPE_NONE>; + interrupt-names = "msi"; |