brcm2708: update 4.1 patches
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0131-BCM270X_DT-Add-unit-address-to-gpio-node-name.patch
1 From c9510f8f7162eb3f377ea9895cb6296cc81c0158 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/148] 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>;