diff options
author | Suman Anna <s-anna@ti.com> | 2015-09-18 13:16:32 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-12 15:00:37 -0700 |
commit | 2bee86799f4aff1c62d7fcba87a1a028c32c7955 (patch) | |
tree | 35f1e69088880e4c835450bc955a4c27a41dbad3 /arch/arm/boot/dts/dra7-evm.dts | |
parent | 48aff9f6faa59677645e02dd9e1c043a75caf1c1 (diff) | |
download | blackbird-obmc-linux-2bee86799f4aff1c62d7fcba87a1a028c32c7955.tar.gz blackbird-obmc-linux-2bee86799f4aff1c62d7fcba87a1a028c32c7955.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 9e2dc8d88070..4e796493a463 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -901,3 +901,23 @@ 1 2 0 0 >; }; + +&mailbox5 { + status = "okay"; + mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { + status = "okay"; + }; + mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { + status = "okay"; + }; +}; + +&mailbox6 { + status = "okay"; + mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { + status = "okay"; + }; + mbox_dsp2_ipc3x: mbox_dsp2_ipc3x { + status = "okay"; + }; +}; |