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

Commit b0c07c5a authored by Baruch Siach's avatar Baruch Siach Committed by Eric Anholt
Browse files

ARM: dts: bcm2835: make the firmware node into a bus



This allows adding devices for which the firmware exposes control interface
via the mailbox. An example of such device is the GPIO expander.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 79c81fac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,7 +18,9 @@

	soc {
		firmware: firmware {
			compatible = "raspberrypi,bcm2835-firmware";
			compatible = "raspberrypi,bcm2835-firmware", "simple-bus";
			#address-cells = <0>;
			#size-cells = <0>;
			mboxes = <&mailbox>;
		};