Skip to content

Commit

Permalink
ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards. (v3)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Anholt authored and Greg Kroah-Hartman committed Mar 14, 2018
1 parent 68883dc commit 614fa22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/bcm2835-rpi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
firmware = <&firmware>;
#power-domain-cells = <1>;
};

mailbox@7e00b840 {
compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0xf>;
interrupts = <0 2>;
};
};
};

Expand Down

0 comments on commit 614fa22

Please sign in to comment.