diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-03 20:16:06 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-03 20:16:06 -0600 |
commit | 7868376f50a7d49432f5e40ee6f53f76e5aa8d98 (patch) | |
tree | 712b230d60e7b1730d769a46716e0b0ab78f59d0 /target/mips/mikrotik-rb532/patches/3.12.33/rb532-pci.patch | |
parent | e816651b1653ef168af2fcae483abc79e427a70d (diff) |
update 3.12.x kernel to 3.12.33
Add latest changes to raspberry-pi support patch.
Add rpi-proto driver patch.
Diffstat (limited to 'target/mips/mikrotik-rb532/patches/3.12.33/rb532-pci.patch')
-rw-r--r-- | target/mips/mikrotik-rb532/patches/3.12.33/rb532-pci.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/mips/mikrotik-rb532/patches/3.12.33/rb532-pci.patch b/target/mips/mikrotik-rb532/patches/3.12.33/rb532-pci.patch new file mode 100644 index 000000000..adfa652b5 --- /dev/null +++ b/target/mips/mikrotik-rb532/patches/3.12.33/rb532-pci.patch @@ -0,0 +1,11 @@ +diff -Nur linux-3.14.3.orig/arch/mips/pci/pci-rc32434.c linux-3.14.3/arch/mips/pci/pci-rc32434.c +--- linux-3.14.3.orig/arch/mips/pci/pci-rc32434.c 2014-05-06 16:59:58.000000000 +0200 ++++ linux-3.14.3/arch/mips/pci/pci-rc32434.c 2014-05-13 17:15:48.000000000 +0200 +@@ -53,7 +53,6 @@ + .start = 0x50000000, + .end = 0x5FFFFFFF, + .flags = IORESOURCE_MEM, +- .parent = &rc32434_res_pci_mem1, + .sibling = NULL, + .child = &rc32434_res_pci_mem2 + }; |