Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7895461 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'rpi-dt-for-armsoc-4.3' of...

Merge tag 'rpi-dt-for-armsoc-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi into next/dt

 - New Firmware node and accompanying binding document

* tag 'rpi-dt-for-armsoc-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi

:
  dt/bindings: Add binding for the Raspberry Pi firmware driver
  ARM: bcm2835: Add the firmware driver information to the RPi DT

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 93621d70 fd26f883
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
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>;
};
+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@
			linux,default-trigger = "heartbeat";
		};
	};

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

&gpio {