Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 64bf1459 authored by Aniket's avatar Aniket Committed by Alexandre Belloni
Browse files

i3c: dw: Fix IBI intr programming


IBI_SIR_REQ_REJECT register is not present if the IP has
IC_HAS_IBI_DATA = 1 set. So don't rely on doing read-
modify-write op on this register.
Instead maintain a variable to store the sir reject mask
and use it to set IBI_SIR_REQ_REJECT.

Signed-off-by: default avatarAniket <aniketmaurya@google.com>
Reviewed-by: default avatarJeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 8f2cb032
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment