]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes
authorSuman Anna <s-anna@ti.com>
Tue, 18 May 2021 17:36:43 +0000 (12:36 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 27 May 2021 12:12:21 +0000 (15:12 +0300)
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>
arch/arm/boot/dts/omap2420.dtsi
arch/arm/boot/dts/omap2430.dtsi
arch/arm/boot/dts/omap3.dtsi

index 35f8d1f6878edfa9987024ddc30f237dfc1eaa5a..bb529a2a295db1bf1f8eb60079c089587b05feb3 100644 (file)
                        #mbox-cells = <1>;
                        ti,mbox-num-users = <4>;
                        ti,mbox-num-fifos = <6>;
-                       mbox_dsp: dsp {
+                       mbox_dsp: mbox-dsp {
                                ti,mbox-tx = <0 0 0>;
                                ti,mbox-rx = <1 0 0>;
                        };
-                       mbox_iva: iva {
+                       mbox_iva: mbox-iva {
                                ti,mbox-tx = <2 1 3>;
                                ti,mbox-rx = <3 1 3>;
                        };
index d19d8ba3b60705869cdf55c96ad634389ce0be2d..23115ba61bc06cd2f9f0f6756d3464cbc6c08db2 100644 (file)
                        #mbox-cells = <1>;
                        ti,mbox-num-users = <4>;
                        ti,mbox-num-fifos = <6>;
-                       mbox_dsp: dsp {
+                       mbox_dsp: mbox-dsp {
                                ti,mbox-tx = <0 0 0>;
                                ti,mbox-rx = <1 0 0>;
                        };
index c5b9da0d7e6cea368d61123b1c7cca14745e2614..574bda7a4afdb9c2d2dc5f03ebd52f8fa8ab567f 100644 (file)
                        #mbox-cells = <1>;
                        ti,mbox-num-users = <2>;
                        ti,mbox-num-fifos = <2>;
-                       mbox_dsp: dsp {
+                       mbox_dsp: mbox-dsp {
                                ti,mbox-tx = <0 0 0>;
                                ti,mbox-rx = <1 0 0>;
                        };