lantiq: Use the BAR0 base address in the ath PCI fixup code
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-3.18 / 0108-BCM270x_DT-Rename-the-activity-LED-back-to-the-prosa.patch
1 From f387fb99b8478a4b50ce140dda3f1f64425c02f6 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Fri, 6 Feb 2015 09:06:55 +0000
4 Subject: [PATCH 108/114] BCM270x_DT: Rename the activity LED back to the
5 prosaic "led0"
6
7 ---
8 arch/arm/boot/dts/bcm2708.dtsi | 2 +-
9 arch/arm/boot/dts/bcm2709.dtsi | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
11
12 --- a/arch/arm/boot/dts/bcm2708.dtsi
13 +++ b/arch/arm/boot/dts/bcm2708.dtsi
14 @@ -81,7 +81,7 @@
15 compatible = "gpio-leds";
16
17 act_led: act {
18 - label = "ACT";
19 + label = "led0";
20 linux,default-trigger = "mmc0";
21 };
22 };
23 --- a/arch/arm/boot/dts/bcm2709.dtsi
24 +++ b/arch/arm/boot/dts/bcm2709.dtsi
25 @@ -81,7 +81,7 @@
26 compatible = "gpio-leds";
27
28 act_led: act {
29 - label = "ACT";
30 + label = "led0";
31 linux,default-trigger = "mmc0";
32 };
33 };