From: Eric Anholt Date: Thu, 4 Jun 2015 20:11:47 +0000 (-0700) Subject: ARM: bcm2835: Add the firmware driver information to the RPi DT X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b35ef52672997d7be71c8d8921099b7c8e3158a5;p=linux-beck.git ARM: bcm2835: Add the firmware driver information to the RPi DT Signed-off-by: Eric Anholt Acked-by: Stephen Warren Signed-off-by: Lee Jones --- diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 46780bb48bbf..ab5474e5d1c8 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi @@ -14,6 +14,13 @@ linux,default-trigger = "heartbeat"; }; }; + + soc { + firmware: firmware { + compatible = "raspberrypi,bcm2835-firmware"; + mboxes = <&mailbox>; + }; + }; }; &gpio {