brcm2708: add linux 4.1 support
[openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0112-ARM-bcm2835-Add-the-firmware-driver-information-to-t.patch
1 From e3d1e45b4cf84fead585758e48adad894858670c Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Thu, 4 Jun 2015 13:11:47 -0700
4 Subject: [PATCH 112/121] ARM: bcm2835: Add the firmware driver information to
5  the RPi DT
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 Signed-off-by: Eric Anholt <eric@anholt.net>
11 Acked-by: Lee Jones <lee@kernel.org> (previous version with pm-domains)
12 Acked-by: Stephen Warren <swarren@wwwdotorg.org>
13 [Rebased on rpi-4.1.y]
14 Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
15 ---
16  arch/arm/boot/dts/bcm2835-rpi.dtsi | 7 +++++++
17  1 file changed, 7 insertions(+)
18
19 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
20 +++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
21 @@ -27,6 +27,13 @@
22                 };
23         };
24  
25 +       soc {
26 +               firmware: firmware {
27 +                       compatible = "raspberrypi,bcm2835-firmware";
28 +                       mboxes = <&mailbox>;
29 +               };
30 +       };
31 +
32         /* Onboard audio */
33         audio: audio {
34                 compatible = "brcm,bcm2835-audio";