summaryrefslogtreecommitdiff
path: root/target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
commite1f0a7e841750fe8e47b4755fb5f849bcda2b50d (patch)
tree9825ebb26da47de4138e7e83d7979976846f18b5 /target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch
parent6c1adb3eecff7e86f7396e1aa443ee1ce947d9ec (diff)
downloadmtk-20170518-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.zip
mtk-20170518-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.tar.gz
mtk-20170518-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.tar.bz2
brcm2708: remove linux 3.18 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46870
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch')
-rw-r--r--target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch b/target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch
deleted file mode 100644
index b8a04ea..0000000
--- a/target/linux/brcm2708/patches-3.18/0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From f387fb99b8478a4b50ce140dda3f1f64425c02f6 Mon Sep 17 00:00:00 2001
-From: Phil Elwell <phil@raspberrypi.org>
-Date: Fri, 6 Feb 2015 09:06:55 +0000
-Subject: [PATCH 108/114] BCM270x_DT: Rename the activity LED back to the
- prosaic "led0"
-
----
- arch/arm/boot/dts/bcm2708.dtsi | 2 +-
- arch/arm/boot/dts/bcm2709.dtsi | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm/boot/dts/bcm2708.dtsi
-+++ b/arch/arm/boot/dts/bcm2708.dtsi
-@@ -81,7 +81,7 @@
- compatible = "gpio-leds";
-
- act_led: act {
-- label = "ACT";
-+ label = "led0";
- linux,default-trigger = "mmc0";
- };
- };
---- a/arch/arm/boot/dts/bcm2709.dtsi
-+++ b/arch/arm/boot/dts/bcm2709.dtsi
-@@ -81,7 +81,7 @@
- compatible = "gpio-leds";
-
- act_led: act {
-- label = "ACT";
-+ label = "led0";
- linux,default-trigger = "mmc0";
- };
- };