Skip to content

Commit

Permalink
ARM: bcm2835: Add the firmware driver information to the RPi DT
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Eric Anholt authored and Lee Jones committed Aug 11, 2015
1 parent bc0195a commit b35ef52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/bcm2835-rpi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
linux,default-trigger = "heartbeat";
};
};

soc {
firmware: firmware {
compatible = "raspberrypi,bcm2835-firmware";
mboxes = <&mailbox>;
};
};
};

&gpio {
Expand Down

0 comments on commit b35ef52

Please sign in to comment.