Skip to content
Commit 1219715d authored by Ke Wei's avatar Ke Wei Committed by Lennert Buytenhek
Browse files

[ARM] Orion: add a separate BRIDGE_INT_TIMER1_CLR define



Some Feroceon-based SoCs have an MBUS bridge interrupt controller
that requires writing a one instead of a zero to clear edge
interrupt sources such as timer expiry.

This patch adds a new BRIDGE_INT_TIMER1_CLR define, which platform
code can set to either ~BRIDGE_INT_TIMER1 (write-zero-to-clear) or
BRIDGE_INT_TIMER1 (write-one-to-clear) depending on the platform.

Signed-off-by: default avatarLennert Buytenhek <buytenh@marvell.com>
parent ab6d15d5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment