aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-12 17:52:20 +0200
committerFelix Fietkau <nbd@nbd.name>2016-05-12 17:52:20 +0200
commitbe83f982a71eb76288d011d6681739059d9a6ead (patch)
tree910ee25687f09cd9abc43202a1aad703f0092645 /target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch
parent930195737a0916d80ad2f7fe8b0f8fe4e4691762 (diff)
downloadupstream-be83f982a71eb76288d011d6681739059d9a6ead.tar.gz
upstream-be83f982a71eb76288d011d6681739059d9a6ead.tar.bz2
upstream-be83f982a71eb76288d011d6681739059d9a6ead.zip
sunxi: delete old kernel versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch')
-rw-r--r--target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch b/target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch
deleted file mode 100644
index 0322387aa7..0000000000
--- a/target/linux/sunxi/patches-4.1/201-dt-sun7i-add-oob-irq-to-bcm-sdio-wifi.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From e4127db9b980a5684c537d9010ed2aaa05a1e79a Mon Sep 17 00:00:00 2001
-From: Hans de Goede <hdegoede@redhat.com>
-Date: Sat, 24 May 2014 20:53:49 +0200
-Subject: [PATCH] ARM: dts: sun7i: Add OOB irq support to boards with broadcom
- sdio wifi
-
-Signed-off-by: Hans de Goede <hdegoede@redhat.com>
----
- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 11 +++++++++++
- arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts | 11 +++++++++++
- 2 files changed, 22 insertions(+)
-
---- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
-+++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
-@@ -71,12 +71,23 @@
- };
-
- mmc3: mmc@01c12000 {
-+ #address-cells = <1>;
-+ #size-cells = <0>;
-+
- pinctrl-names = "default";
- pinctrl-0 = <&mmc3_pins_a>;
- vmmc-supply = <&reg_vmmc3>;
- bus-width = <4>;
- non-removable;
- status = "okay";
-+
-+ brcmf: bcrmf@1 {
-+ reg = <1>;
-+ compatible = "brcm,bcm4329-fmac";
-+ interrupt-parent = <&pio>;
-+ interrupts = <10 8>; /* PH10 / EINT10 */
-+ interrupt-names = "host-wake";
-+ };
- };
-
- usbphy: phy@01c13400 {
---- a/arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts
-+++ b/arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts
-@@ -69,12 +69,23 @@
- };
-
- mmc3: mmc@01c12000 {
-+ #address-cells = <1>;
-+ #size-cells = <0>;
-+
- pinctrl-names = "default";
- pinctrl-0 = <&mmc3_pins_a>;
- vmmc-supply = <&reg_vmmc3>;
- bus-width = <4>;
- non-removable;
- status = "okay";
-+
-+ brcmf: bcrmf@1 {
-+ reg = <1>;
-+ compatible = "brcm,bcm4329-fmac";
-+ interrupt-parent = <&pio>;
-+ interrupts = <10 8>; /* PH10 / EINT10 */
-+ interrupt-names = "host-wake";
-+ };
- };
-
- usbphy: phy@01c13400 {