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

ARM: dts: dra7-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 DRA7 EVM board.
This is needed to enable communication with the respective
remote processors IPU1, IPU2, DSP1 and DSP2 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
2bee8679 48aff9f6

+20
+20
arch/arm/boot/dts/dra7-evm.dts
··· 901 901 1 2 0 0 902 902 >; 903 903 }; 904 + 905 + &mailbox5 { 906 + status = "okay"; 907 + mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { 908 + status = "okay"; 909 + }; 910 + mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { 911 + status = "okay"; 912 + }; 913 + }; 914 + 915 + &mailbox6 { 916 + status = "okay"; 917 + mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { 918 + status = "okay"; 919 + }; 920 + mbox_dsp2_ipc3x: mbox_dsp2_ipc3x { 921 + status = "okay"; 922 + }; 923 + };