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 --- ...Add-firmware-property-to-affected-devices.patch | 79 ---------------------- 1 file changed, 79 deletions(-) delete mode 100644 target/linux/brcm2708/patches-4.1/0138-bcm2835-Add-firmware-property-to-affected-devices.patch (limited to 'target/linux/brcm2708/patches-4.1/0138-bcm2835-Add-firmware-property-to-affected-devices.patch') diff --git a/target/linux/brcm2708/patches-4.1/0138-bcm2835-Add-firmware-property-to-affected-devices.patch b/target/linux/brcm2708/patches-4.1/0138-bcm2835-Add-firmware-property-to-affected-devices.patch deleted file mode 100644 index 5aeeec1b80..0000000000 --- a/target/linux/brcm2708/patches-4.1/0138-bcm2835-Add-firmware-property-to-affected-devices.patch +++ /dev/null @@ -1,79 +0,0 @@ -From f6d8cf0c184e4fcde54b2507717f80acc6a4d755 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= -Date: Mon, 20 Jul 2015 12:27:17 +0200 -Subject: [PATCH 138/222] bcm2835: Add firmware property to affected devices -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Also move firmware depending devices to the rpi dtsi file since -they depend on the Pi specific firmware. - -Signed-off-by: Noralf Trønnes ---- - arch/arm/boot/dts/bcm2835-rpi.dtsi | 22 ++++++++++++++++++---- - arch/arm/boot/dts/bcm2835.dtsi | 15 --------------- - 2 files changed, 18 insertions(+), 19 deletions(-) - ---- a/arch/arm/boot/dts/bcm2835-rpi.dtsi -+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi -@@ -32,6 +32,24 @@ - compatible = "raspberrypi,bcm2835-firmware"; - mboxes = <&mailbox>; - }; -+ -+ fb: fb { -+ compatible = "brcm,bcm2708-fb"; -+ firmware = <&firmware>; -+ }; -+ -+ thermal: thermal { -+ compatible = "brcm,bcm2835-thermal"; -+ firmware = <&firmware>; -+ }; -+ -+ vchiq: vchiq { -+ compatible = "brcm,bcm2835-vchiq"; -+ reg = <0x7e00b840 0xf>; -+ interrupts = <0 2>; -+ cache-line-size = <32>; -+ firmware = <&firmware>; -+ }; - }; - - /* Onboard audio */ -@@ -101,10 +119,6 @@ - bus-width = <4>; - }; - --&fb { -- status = "okay"; --}; -- - / { - __overrides__ { - i2s = <&i2s>,"status"; ---- a/arch/arm/boot/dts/bcm2835.dtsi -+++ b/arch/arm/boot/dts/bcm2835.dtsi -@@ -160,21 +160,6 @@ - arm-pmu { - compatible = "arm,arm1176-pmu"; - }; -- -- fb: fb { -- compatible = "brcm,bcm2708-fb"; -- status = "disabled"; -- }; -- -- vchiq: vchiq { -- compatible = "brcm,bcm2835-vchiq"; -- reg = <0x7e00b840 0xf>; -- interrupts = <0 2>; -- }; -- -- thermal: thermal { -- compatible = "brcm,bcm2835-thermal"; -- }; - }; - - clocks { -- cgit v1.2.3