ARM: dts: OMAP2+: Add sub mailboxes device node information
authorSuman Anna <s-anna@ti.com>
Wed, 10 Sep 2014 19:27:23 +0000 (14:27 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 11 Sep 2014 18:46:30 +0000 (11:46 -0700)
The sub-mailbox devices are added to the Mailbox DT nodes on
OMAP2420, OMAP2430, OMAP3, AM33xx, AM43xx, OMAP4 and OMAP5
family of SoCs. This data represents the same mailboxes that
used to be represented in hwmod attribute data previously.
The node name is chosen based on the .name field of
omap_mbox_dev_info structure used in the hwmod data.

Cc: "BenoƮt Cousson" <bcousson@baylibre.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/omap2420.dtsi
arch/arm/boot/dts/omap2430.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index 3a0a161342bafb7299b08ca9a80391f0edb47382..e4f165a7833a008b948650f1d62e89b9973bb163 100644 (file)
                        ti,hwmods = "mailbox";
                        ti,mbox-num-users = <4>;
                        ti,mbox-num-fifos = <8>;
+                       mbox_wkupm3: wkup_m3 {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <0 0 3>;
+                       };
                };
 
                timer1: timer@44e31000 {
index b3848306f329411238cb75105c1d39cdd2ed85bc..2f7570e3d4837b311e9ae81d0435ca4074ee96cd 100644 (file)
                        ti,hwmods = "mailbox";
                        ti,mbox-num-users = <4>;
                        ti,mbox-num-fifos = <8>;
+                       mbox_wkupm3: wkup_m3 {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <0 0 3>;
+                       };
                };
 
                timer1: timer@44e31000 {
index 9be3c126637854cf1cc1b06ea7343eabc4f28d6e..ae89aad01595890511f241c5dd932505e24fa78e 100644 (file)
                        ti,hwmods = "mailbox";
                        ti,mbox-num-users = <4>;
                        ti,mbox-num-fifos = <6>;
+                       mbox_dsp: dsp {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <1 0 0>;
+                       };
+                       mbox_iva: iva {
+                               ti,mbox-tx = <2 1 3>;
+                               ti,mbox-rx = <3 1 3>;
+                       };
                };
 
                timer1: timer@48028000 {
index 1a00f15d90963e8a5c2f4304eaa369b86e99891b..b56d71611026571d5486badcadce45749b97a1a9 100644 (file)
                        ti,hwmods = "mailbox";
                        ti,mbox-num-users = <4>;
                        ti,mbox-num-fifos = <6>;
+                       mbox_dsp: dsp {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <1 0 0>;
+                       };
                };
 
                timer1: timer@49018000 {
index 575a49bf968d8c4be70abafa0009d1a7c3563661..b2ae8b8e54d6efce204b438ef2e882ddc24cdf46 100644 (file)
                        interrupts = <26>;
                        ti,mbox-num-users = <2>;
                        ti,mbox-num-fifos = <2>;
+                       mbox_dsp: dsp {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <1 0 0>;
+                       };
                };
 
                mcspi1: spi@48098000 {
index 69408b53200d5aa88a603962452190ea43e02858..bc54d669f36dfef97af1f010e82dd6343bb8fac5 100644 (file)
                        ti,hwmods = "mailbox";
                        ti,mbox-num-users = <3>;
                        ti,mbox-num-fifos = <8>;
+                       mbox_ipu: mbox_ipu {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <1 0 0>;
+                       };
+                       mbox_dsp: mbox_dsp {
+                               ti,mbox-tx = <3 0 0>;
+                               ti,mbox-rx = <2 0 0>;
+                       };
                };
 
                timer1: timer@4a318000 {
index 4bf3930a4a0ea12035a8fc5d881d83da19cc51e7..30ce71add4ef28deecdf1b04469efb99aa17642b 100644 (file)
                        ti,hwmods = "mailbox";
                        ti,mbox-num-users = <3>;
                        ti,mbox-num-fifos = <8>;
+                       mbox_ipu: mbox_ipu {
+                               ti,mbox-tx = <0 0 0>;
+                               ti,mbox-rx = <1 0 0>;
+                       };
+                       mbox_dsp: mbox_dsp {
+                               ti,mbox-tx = <3 0 0>;
+                               ti,mbox-rx = <2 0 0>;
+                       };
                };
 
                timer1: timer@4ae18000 {