]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 46780bb48bbf9cd1d7d0f938a9455a0ce50803f7..ab5474e5d1c80163061d1f0a69a472225be1e3bc 100644 (file)
                        linux,default-trigger = "heartbeat";
                };
        };
+
+       soc {
+               firmware: firmware {
+                       compatible = "raspberrypi,bcm2835-firmware";
+                       mboxes = <&mailbox>;
+               };
+       };
 };
 
 &gpio {