ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards. (v3)
authorEric Anholt <eric@anholt.net>
Fri, 9 Mar 2018 18:44:15 +0000 (10:44 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Mar 2018 12:05:19 +0000 (13:05 +0100)
The VCHIQ firmware communication channel operates in parallel with our
other mailbox-based channel.  This is the communication channel that
exposes the firmware's media decode/encode and ISP interfaces.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com> (v2)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/bcm2835-rpi.dtsi

index e36c392..593f58d 100644 (file)
                        firmware = <&firmware>;
                        #power-domain-cells = <1>;
                };
+
+               mailbox@7e00b840 {
+                       compatible = "brcm,bcm2835-vchiq";
+                       reg = <0x7e00b840 0xf>;
+                       interrupts = <0 2>;
+               };
        };
 };