diff options
author | Suman Anna <s-anna@ti.com> | 2014-11-03 18:07:35 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-10 12:14:19 -0500 |
commit | 24df0453198733e45094069a657b8cb06065fa84 (patch) | |
tree | f7d4ad5e04608d7fae57be90a1586a249405b60c /arch/arm/boot/dts/am33xx.dtsi | |
parent | b46a6ae692ad784c0f580671a061ac70fdca92a4 (diff) |
ARM: dts: OMAP2+: Add #mbox-cells property to all mailbox nodes
The '#mbox-cells' property is added to all the OMAP mailbox
nodes. This property is mandatory with the new mailbox framework.
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 831810583823..41659df0ea67 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -356,6 +356,7 @@ | |||
356 | reg = <0x480C8000 0x200>; | 356 | reg = <0x480C8000 0x200>; |
357 | interrupts = <77>; | 357 | interrupts = <77>; |
358 | ti,hwmods = "mailbox"; | 358 | ti,hwmods = "mailbox"; |
359 | #mbox-cells = <1>; | ||
359 | ti,mbox-num-users = <4>; | 360 | ti,mbox-num-users = <4>; |
360 | ti,mbox-num-fifos = <8>; | 361 | ti,mbox-num-fifos = <8>; |
361 | mbox_wkupm3: wkup_m3 { | 362 | mbox_wkupm3: wkup_m3 { |