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

ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes

The OMAP sub-mailbox used to communicate with the DSP and IVA remote
processors are currently named after the processor name. These can be
confused with the remote processors themselves. Rename them to remove
the ambiguity and use the prefix mbox to also adhere to the sub-mailbox
node name convention being added in the OMAP Mailbox YAML binding.

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
94a69e06 71f729ef

+4 -4
+2 -2
arch/arm/boot/dts/omap2420.dtsi
··· 196 196 #mbox-cells = <1>; 197 197 ti,mbox-num-users = <4>; 198 198 ti,mbox-num-fifos = <6>; 199 - mbox_dsp: dsp { 199 + mbox_dsp: mbox-dsp { 200 200 ti,mbox-tx = <0 0 0>; 201 201 ti,mbox-rx = <1 0 0>; 202 202 }; 203 - mbox_iva: iva { 203 + mbox_iva: mbox-iva { 204 204 ti,mbox-tx = <2 1 3>; 205 205 ti,mbox-rx = <3 1 3>; 206 206 };
+1 -1
arch/arm/boot/dts/omap2430.dtsi
··· 284 284 #mbox-cells = <1>; 285 285 ti,mbox-num-users = <4>; 286 286 ti,mbox-num-fifos = <6>; 287 - mbox_dsp: dsp { 287 + mbox_dsp: mbox-dsp { 288 288 ti,mbox-tx = <0 0 0>; 289 289 ti,mbox-rx = <1 0 0>; 290 290 };
+1 -1
arch/arm/boot/dts/omap3.dtsi
··· 440 440 #mbox-cells = <1>; 441 441 ti,mbox-num-users = <2>; 442 442 ti,mbox-num-fifos = <2>; 443 - mbox_dsp: dsp { 443 + mbox_dsp: mbox-dsp { 444 444 ti,mbox-tx = <0 0 0>; 445 445 ti,mbox-rx = <1 0 0>; 446 446 };