Skip to content

Commit 8e326a8

Browse files
sumanannatmlind
authored andcommitted
ARM: dts: dra7-evm-common: Fix duplicate mailbox nodes
The mailbox nodes defined in various dts files have been moved to common dra7-ipu-dsp-common.dtsi and dra74-ipu-dsp-common.dtsi files in commit a11a2f7 ("ARM: dts: dra7-ipu-dsp-common: Move mailboxes into common files"), but the nodes were erroneously left out in the dra7-evm-common.dtsi file. Fix this by removing these duplicate nodes. Fixes: a11a2f7 ("ARM: dts: dra7-ipu-dsp-common: Move mailboxes into common files") Signed-off-by: Suman Anna <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent ebf89ed commit 8e326a8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

arch/arm/boot/dts/dra7-evm-common.dtsi

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -244,26 +244,6 @@
244244
rx-num-evt = <32>;
245245
};
246246

247-
&mailbox5 {
248-
status = "okay";
249-
mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
250-
status = "okay";
251-
};
252-
mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
253-
status = "okay";
254-
};
255-
};
256-
257-
&mailbox6 {
258-
status = "okay";
259-
mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
260-
status = "okay";
261-
};
262-
mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
263-
status = "okay";
264-
};
265-
};
266-
267247
&pcie1_rc {
268248
status = "okay";
269249
};

0 commit comments

Comments
 (0)