diff options
author | Suman Anna <s-anna@ti.com> | 2014-07-11 17:44:37 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-15 08:08:56 -0400 |
commit | 44e6ab1b619853f05bf7250e55a6d82864e340d7 (patch) | |
tree | ff6f570f8d62a7326bc9c374aef16c9ad1ed328e /arch | |
parent | 402423019a098fee735143d90dc487efc25d4b85 (diff) |
ARM: dts: AM4372: Correct mailbox node data
The mailbox DT node for AM4372 is enabled and is corrected to
remove some properties that have crept in by mistake.
Fixes: 9e3269b (ARM: dts: AM4372: Add L2, EDMA, mailbox, MMC and SHAM nodes)
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 49fa59622254..c9aee0e799bb 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi | |||
@@ -168,9 +168,6 @@ | |||
168 | ti,hwmods = "mailbox"; | 168 | ti,hwmods = "mailbox"; |
169 | ti,mbox-num-users = <4>; | 169 | ti,mbox-num-users = <4>; |
170 | ti,mbox-num-fifos = <8>; | 170 | ti,mbox-num-fifos = <8>; |
171 | ti,mbox-names = "wkup_m3"; | ||
172 | ti,mbox-data = <0 0 0 0>; | ||
173 | status = "disabled"; | ||
174 | }; | 171 | }; |
175 | 172 | ||
176 | timer1: timer@44e31000 { | 173 | timer1: timer@44e31000 { |