ARM: bcm2835: Add the firmware driver information to the RPi DT
authorEric Anholt <eric@anholt.net>
Thu, 4 Jun 2015 20:11:47 +0000 (13:11 -0700)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Aug 2015 15:56:32 +0000 (16:56 +0100)
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/bcm2835-rpi.dtsi

index 46780bb..ab5474e 100644 (file)
                        linux,default-trigger = "heartbeat";
                };
        };
+
+       soc {
+               firmware: firmware {
+                       compatible = "raspberrypi,bcm2835-firmware";
+                       mboxes = <&mailbox>;
+               };
+       };
 };
 
 &gpio {