mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
fd26f88309
This driver will provide support for calls into the firmware that will be used by other drivers like cpufreq and vc4. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
Raspberry Pi VideoCore firmware driver
|
|
|
|
Required properties:
|
|
|
|
- compatible: Should be "raspberrypi,bcm2835-firmware"
|
|
- mboxes: Phandle to the firmware device's Mailbox.
|
|
(See: ../mailbox/mailbox.txt for more information)
|
|
|
|
Example:
|
|
|
|
firmware {
|
|
compatible = "raspberrypi,bcm2835-firmware";
|
|
mboxes = <&mailbox>;
|
|
};
|