mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ARM: bcm2835: Add the firmware driver information to the RPi DT
Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Lee Jones <lee@kernel.org> (previous version with pm-domains) Acked-by: Stephen Warren <swarren@wwwdotorg.org> [Rebased on rpi-4.1.y] Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
soc {
|
||||
firmware: firmware {
|
||||
compatible = "raspberrypi,bcm2835-firmware";
|
||||
mboxes = <&mailbox>;
|
||||
};
|
||||
};
|
||||
|
||||
/* Onboard audio */
|
||||
audio: audio {
|
||||
compatible = "brcm,bcm2835-audio";
|
||||
|
||||
Reference in New Issue
Block a user