diff options
author | Keerthy <[email protected]> | 2015-07-17 16:08:02 -0500 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2016-01-21 13:54:27 -0800 |
commit | cf19f3ab89de1c088387ce744b0d4723be35b068 (patch) | |
tree | 0e864ead4202789c565da6446485f7e60aa098c0 | |
parent | 2800971f731e4491b71f44bf311452ab0f94a062 (diff) |
ARM: dts: AM4372: Add ti,mbox-send-noirq to wkup_m3 mailbox
Add ti,mbox-send-noirq to wkup_m3 mailbox so that messages using
wkup_m3 mailbox are sent without triggering any further interrupts.
This is required to be able to send multiple messages to the WkupM3
after the mailbox usage logic adjustment in the wkup_m3_ipc driver.
Signed-off-by: Keerthy <[email protected]>
Acked-by: Dave Gerlach <[email protected]>
[[email protected]: revise commit description]
Signed-off-by: Suman Anna <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index de8791a4d131..ca36b7aef56e 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -249,6 +249,7 @@ ti,mbox-num-users = <4>; ti,mbox-num-fifos = <8>; mbox_wkupm3: wkup_m3 { + ti,mbox-send-noirq; ti,mbox-tx = <0 0 0>; ti,mbox-rx = <0 0 3>; }; |