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

ARM: dts: beagle-x15: 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 Beagle X15 EVM boards. 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
ebbf93f0 43914a35

+20
+20
arch/arm/boot/dts/am57xx-beagle-x15.dts
··· 803 803 1 2 0 0 804 804 >; 805 805 }; 806 + 807 + &mailbox5 { 808 + status = "okay"; 809 + mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { 810 + status = "okay"; 811 + }; 812 + mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { 813 + status = "okay"; 814 + }; 815 + }; 816 + 817 + &mailbox6 { 818 + status = "okay"; 819 + mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { 820 + status = "okay"; 821 + }; 822 + mbox_dsp2_ipc3x: mbox_dsp2_ipc3x { 823 + status = "okay"; 824 + }; 825 + };