From 0834f9f07631a8857a96614e37cb21e1dc84ffb4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 25 Feb 2016 10:14:05 +0000 Subject: brcm2708: remove linux 4.1 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 48766 --- ...Sort-nodes-by-bus-address-and-consolidate.patch | 234 --------------------- 1 file changed, 234 deletions(-) delete mode 100644 target/linux/brcm2708/patches-4.1/0089-BCM270X_DT-Sort-nodes-by-bus-address-and-consolidate.patch (limited to 'target/linux/brcm2708/patches-4.1/0089-BCM270X_DT-Sort-nodes-by-bus-address-and-consolidate.patch') diff --git a/target/linux/brcm2708/patches-4.1/0089-BCM270X_DT-Sort-nodes-by-bus-address-and-consolidate.patch b/target/linux/brcm2708/patches-4.1/0089-BCM270X_DT-Sort-nodes-by-bus-address-and-consolidate.patch deleted file mode 100644 index 71339585ef..0000000000 --- a/target/linux/brcm2708/patches-4.1/0089-BCM270X_DT-Sort-nodes-by-bus-address-and-consolidate.patch +++ /dev/null @@ -1,234 +0,0 @@ -From 7533e5564600337aec1f767faa6c1e977cafd6a7 Mon Sep 17 00:00:00 2001 -From: Phil Elwell -Date: Mon, 22 Jun 2015 14:21:55 +0100 -Subject: [PATCH 089/222] BCM270X_DT: Sort nodes by bus address, and - consolidate aliases - ---- - arch/arm/boot/dts/bcm2708-rpi-b-plus.dts | 19 ---------- - arch/arm/boot/dts/bcm2708-rpi-b.dts | 19 ---------- - arch/arm/boot/dts/bcm2708-rpi-cm.dtsi | 21 ----------- - arch/arm/boot/dts/bcm2708_common.dtsi | 63 +++++++++++++++++++++++--------- - arch/arm/boot/dts/bcm2709-rpi-2-b.dts | 19 ---------- - 5 files changed, 46 insertions(+), 95 deletions(-) - ---- a/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts -+++ b/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts -@@ -5,25 +5,6 @@ - / { - compatible = "brcm,bcm2708"; - model = "Raspberry Pi Model B+"; -- -- aliases { -- soc = &soc; -- spi0 = &spi0; -- i2c0 = &i2c0; -- i2c1 = &i2c1; -- i2s = &i2s; -- gpio = &gpio; -- intc = &intc; -- leds = &leds; -- audio = &audio; -- sound = &sound; -- uart0 = &uart0; -- uart1 = &uart1; -- clocks = &clocks; -- }; -- -- sound: sound { -- }; - }; - - &gpio { ---- a/arch/arm/boot/dts/bcm2708-rpi-b.dts -+++ b/arch/arm/boot/dts/bcm2708-rpi-b.dts -@@ -5,25 +5,6 @@ - / { - compatible = "brcm,bcm2708"; - model = "Raspberry Pi Model B"; -- -- aliases { -- soc = &soc; -- spi0 = &spi0; -- i2c0 = &i2c0; -- i2c1 = &i2c1; -- i2s = &i2s; -- gpio = &gpio; -- intc = &intc; -- leds = &leds; -- audio = &audio; -- sound = &sound; -- uart0 = &uart0; -- uart1 = &uart1; -- clocks = &clocks; -- }; -- -- sound: sound { -- }; - }; - - &gpio { ---- a/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi -+++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi -@@ -1,26 +1,5 @@ - /include/ "bcm2708.dtsi" - --/ { -- aliases { -- soc = &soc; -- spi0 = &spi0; -- i2c0 = &i2c0; -- i2c1 = &i2c1; -- i2s = &i2s; -- gpio = &gpio; -- intc = &intc; -- leds = &leds; -- audio = &audio; -- sound = &sound; -- uart0 = &uart0; -- uart1 = &uart1; -- clocks = &clocks; -- }; -- -- sound: sound { -- }; --}; -- - &leds { - act_led: act { - label = "led0"; ---- a/arch/arm/boot/dts/bcm2708_common.dtsi -+++ b/arch/arm/boot/dts/bcm2708_common.dtsi -@@ -3,6 +3,31 @@ - / { - interrupt-parent = <&intc>; - -+ aliases { -+ audio = &audio; -+ sound = &sound; -+ soc = &soc; -+ dma = &dma; -+ intc = &intc; -+ watchdog = &watchdog; -+ random = &random; -+ mailbox = &mailbox; -+ gpio = &gpio; -+ uart0 = &uart0; -+ i2s = &i2s; -+ spi0 = &spi0; -+ i2c0 = &i2c0; -+ uart1 = &uart1; -+ mmc = &mmc; -+ i2c1 = &i2c1; -+ usb = &usb; -+ leds = &leds; -+ fb = &fb; -+ vchiq = &vchiq; -+ thermal = &thermal; -+ clocks = &clocks; -+ }; -+ - /* Onboard audio */ - audio: audio { - compatible = "brcm,bcm2835-audio"; -@@ -10,6 +35,10 @@ - status = "disabled"; - }; - -+ /* External sound card */ -+ sound: sound { -+ }; -+ - soc: soc { - compatible = "simple-bus"; - #address-cells = <1>; -@@ -43,6 +72,12 @@ - #interrupt-cells = <2>; - }; - -+ mailbox: mailbox@7e00b800 { -+ compatible = "brcm,bcm2708-vcio"; -+ reg = <0x7e00b880 0x40>; -+ interrupts = <0 1>; -+ }; -+ - watchdog: watchdog@7e100000 { - compatible = "brcm,bcm2835-pm-wdt"; - reg = <0x7e100000 0x28>; -@@ -55,12 +90,6 @@ - status = "disabled"; - }; - -- mailbox: mailbox@7e00b800 { -- compatible = "brcm,bcm2708-vcio"; -- reg = <0x7e00b880 0x40>; -- interrupts = <0 1>; -- }; -- - gpio: gpio { - compatible = "brcm,bcm2835-gpio"; - reg = <0x7e200000 0xb4>; -@@ -73,17 +102,6 @@ - #interrupt-cells = <2>; - }; - -- mmc: mmc@7e300000 { -- compatible = "brcm,bcm2835-mmc"; -- reg = <0x7e300000 0x100>; -- interrupts = <2 30>; -- clocks = <&clk_mmc>; -- dmas = <&dma 11>, -- <&dma 11>; -- dma-names = "tx", "rx"; -- status = "disabled"; -- }; -- - uart0: uart@7e201000 { - compatible = "arm,pl011", "arm,primecell"; - reg = <0x7e201000 0x1000>; -@@ -144,6 +162,17 @@ - status = "disabled"; - }; - -+ mmc: mmc@7e300000 { -+ compatible = "brcm,bcm2835-mmc"; -+ reg = <0x7e300000 0x100>; -+ interrupts = <2 30>; -+ clocks = <&clk_mmc>; -+ dmas = <&dma 11>, -+ <&dma 11>; -+ dma-names = "tx", "rx"; -+ status = "disabled"; -+ }; -+ - i2c1: i2c@7e804000 { - compatible = "brcm,bcm2708-i2c"; - reg = <0x7e804000 0x1000>; ---- a/arch/arm/boot/dts/bcm2709-rpi-2-b.dts -+++ b/arch/arm/boot/dts/bcm2709-rpi-2-b.dts -@@ -5,25 +5,6 @@ - / { - compatible = "brcm,bcm2709"; - model = "Raspberry Pi 2 Model B"; -- -- aliases { -- soc = &soc; -- spi0 = &spi0; -- i2c0 = &i2c0; -- i2c1 = &i2c1; -- i2s = &i2s; -- gpio = &gpio; -- intc = &intc; -- leds = &leds; -- audio = &audio; -- sound = &sound; -- uart0 = &uart0; -- uart1 = &uart1; -- clocks = &clocks; -- }; -- -- sound: sound { -- }; - }; - - &gpio { -- cgit v1.2.3