[PATCH 10/10] ARM: bcm2835: Add the mailbox property channel to the device tree.
Eric Anholt
eric at anholt.net
Mon Mar 2 12:54:44 PST 2015
Signed-off-by: Eric Anholt <eric at anholt.net>
---
arch/arm/boot/dts/bcm2835.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 2eeeb20..82c6947 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -72,6 +72,11 @@
mboxes = <&mailbox 0>;
};
+ mailbox-property {
+ compatible = "brcm,bcm2835-mbox-property";
+ mboxes = <&mailbox 8>;
+ };
+
gpio: gpio at 7e200000 {
compatible = "brcm,bcm2835-gpio";
reg = <0x7e200000 0xb4>;
--
2.1.4
More information about the linux-rpi-kernel
mailing list