From: Eric Anholt Date: Tue, 5 May 2015 20:27:46 +0000 (-0700) Subject: ARM: bcm2835: dt: Add the mailbox to the device tree X-Git-Tag: android-x86-6.0-r1~1192^2~39^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=05b682b7a3b2;p=android-x86%2Fkernel.git ARM: bcm2835: dt: Add the mailbox to the device tree Signed-off-by: Eric Anholt Acked-by: Lee Jones Acked-by: Stephen Warren Signed-off-by: Lee Jones --- diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi index 4d4c1294c082..4ff1b83191a6 100644 --- a/arch/arm/boot/dts/bcm2835.dtsi +++ b/arch/arm/boot/dts/bcm2835.dtsi @@ -61,6 +61,13 @@ reg = <0x7e104000 0x10>; }; + mailbox: mailbox@7e00b800 { + compatible = "brcm,bcm2835-mbox"; + reg = <0x7e00b880 0x40>; + interrupts = <0 1>; + #mbox-cells = <0>; + }; + gpio: gpio@7e200000 { compatible = "brcm,bcm2835-gpio"; reg = <0x7e200000 0xb4>;