brcm2708: switch to linux 4.4 and update patches
[openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0131-BCM270X_DT-Add-unit-address-to-gpio-node-name.patch
1 From c9bd84b45f1a9921cb60099e461c22dd46071f23 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Mon, 20 Jul 2015 14:48:21 +0100
4 Subject: [PATCH 131/222] BCM270X_DT: Add unit address to gpio node name
5
6 ---
7  arch/arm/boot/dts/bcm2708_common.dtsi | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
11 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
12 @@ -92,7 +92,7 @@
13                         status = "disabled";
14                 };
15  
16 -               gpio: gpio {
17 +               gpio: gpio@7e200000 {
18                         compatible = "brcm,bcm2835-gpio";
19                         reg = <0x7e200000 0xb4>;
20                         interrupts = <2 17>, <2 18>;