Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: dra72-evm: Enable the system mailboxes 5 and 6

Enable the System Mailboxes 5 and 6 and the corresponding
child sub-mailbox (IPC 3.x) nodes for the DRA72 EVM board.
This is needed to enable communication with the respective
remote processors IPU1, IPU2, and DSP1 from the MPU.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Suman Anna and committed by
Tony Lindgren
43914a35 2bee8679

+17
+17
arch/arm/boot/dts/dra72-evm.dts
··· 833 833 1 2 0 0 834 834 >; 835 835 }; 836 + 837 + &mailbox5 { 838 + status = "okay"; 839 + mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { 840 + status = "okay"; 841 + }; 842 + mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { 843 + status = "okay"; 844 + }; 845 + }; 846 + 847 + &mailbox6 { 848 + status = "okay"; 849 + mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { 850 + status = "okay"; 851 + }; 852 + };