diff options
author | Suman Anna <s-anna@ti.com> | 2014-07-12 01:44:34 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-15 16:08:11 +0400 |
commit | 41ffada18f77b3309603dfff6a719b5b8425de3b (patch) | |
tree | 8ec84782705769fa0874402541b7a2f34da85ff3 /arch/arm/boot/dts/omap2430.dtsi | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) | |
download | linux-41ffada18f77b3309603dfff6a719b5b8425de3b.tar.xz |
ARM: dts: OMAP2+: Add mailbox fifo and user information
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>
Diffstat (limited to 'arch/arm/boot/dts/omap2430.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2430.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index c4e8013801ee..aa6a354e236f 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi @@ -247,6 +247,8 @@ reg = <0x48094000 0x200>; interrupts = <26>; ti,hwmods = "mailbox"; + ti,mbox-num-users = <4>; + ti,mbox-num-fifos = <6>; }; timer1: timer@49018000 { |