ARM: dts: OMAP2+: Add mailbox fifo and user information
authorSuman Anna <s-anna@ti.com>
Fri, 11 Jul 2014 21:44:34 +0000 (16:44 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Jul 2014 12:08:11 +0000 (05:08 -0700)
The number of mailbox fifos and users (IP interrupts) are added
to the Mailbox DT nodes on OMAP2420, OMAP2430, OMAP3, and OMAP5
family of SoCs through the DT properties "ti,mbox-num-fifos" and
"ti,mbox-num-users" properties. This data represents the same data
that used to be represented in hwmod attribute data through the
.num_fifos and .num_users fields previously.

Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
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
arch/arm/boot/dts/omap5.dtsi

index e83b0468080cb7c918e307166b38a57ab576f35a..6d21994d824b584195a2eba814281468d16a4573 100644 (file)
                        interrupts = <26>, <34>;
                        interrupt-names = "dsp", "iva";
                        ti,hwmods = "mailbox";
+                       ti,mbox-num-users = <4>;
+                       ti,mbox-num-fifos = <6>;
                };
 
                timer1: timer@48028000 {
index c4e8013801ee031b78c13657b660304da4a5c54f..aa6a354e236f06164b642c5f4a3fd57d74ba454b 100644 (file)
                        reg = <0x48094000 0x200>;
                        interrupts = <26>;
                        ti,hwmods = "mailbox";
+                       ti,mbox-num-users = <4>;
+                       ti,mbox-num-fifos = <6>;
                };
 
                timer1: timer@49018000 {
index b2891a9a69751a3a359b768104fcfc6fa538d46c..575a49bf968d8c4be70abafa0009d1a7c3563661 100644 (file)
                        ti,hwmods = "mailbox";
                        reg = <0x48094000 0x200>;
                        interrupts = <26>;
+                       ti,mbox-num-users = <2>;
+                       ti,mbox-num-fifos = <2>;
                };
 
                mcspi1: spi@48098000 {
index 3bfda16c8b52671d4da890d47c5f44eaa7b0ac79..0e8336ed1a79746918ba6b486e3d54d86ea4fd9d 100644 (file)
                        reg = <0x4a0f4000 0x200>;
                        interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
                        ti,hwmods = "mailbox";
+                       ti,mbox-num-users = <3>;
+                       ti,mbox-num-fifos = <8>;
                };
 
                timer1: timer@4ae18000 {
This page took 0.046817 seconds and 5 git commands to generate.