Commit bc590db1 authored by Beleswar Padhi's avatar Beleswar Padhi Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-am62: Enable Mailbox nodes at the board level



Mailbox nodes defined in the top-level AM62x SoC dtsi files are
incomplete and may not be functional unless they are extended with a
chosen interrupt and connection to a remote processor.

As the remote processors depend on memory nodes which are only known at
the board integration level, these nodes should only be enabled when
provided with the above information.

Disable the Mailbox nodes in the dtsi files and only enable the ones
that are actually used on a given board.

Signed-off-by: default avatarBeleswar Padhi <b-padhi@ti.com>
Reviewed-by: default avatarDhruva Gole <d-gole@ti.com>
Acked-by: default avatarAndrew Davis <afd@ti.com>
Link: https://patch.msgid.link/20250908142826.1828676-11-b-padhi@ti.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent c3fc9c1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -808,6 +808,7 @@ mailbox0_cluster0: mailbox@29000000 {
		#mbox-cells = <1>;
		ti,mbox-num-users = <4>;
		ti,mbox-num-fifos = <16>;
		status = "disabled";
	};

	ecap0: pwm@23100000 {
+2 −0
Original line number Diff line number Diff line
@@ -293,6 +293,8 @@ &epwm2 {
};

&mailbox0_cluster0 {
	status = "okay";

	mbox_m4_0: mbox-m4-0 {
		ti,mbox-rx = <0 0 0>;
		ti,mbox-tx = <1 0 0>;
+2 −0
Original line number Diff line number Diff line
@@ -1317,6 +1317,8 @@ &main_i2c3 {
};

&mailbox0_cluster0 {
	status = "okay";

	mbox_m4_0: mbox-m4-0 {
		ti,mbox-rx = <0 0 0>;
		ti,mbox-tx = <1 0 0>;