Skip to content
Commit 2380a22b authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Marc Zyngier
Browse files

irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable



Resetting bit 4 disables the interrupt delivery to the "secure
processor" core. This breaks the keyboard on a OLPC XO 1.75 laptop,
where the firmware running on the "secure processor" bit-bangs the
PS/2 protocol over the GPIO lines.

It is not clear what the rest of the bits are and Marvell was unhelpful
when asked for documentation. Aside from the SP bit, there are probably
priority bits.

Leaving the unknown bits as the firmware set them up seems to be a wiser
course of action compared to just turning them off.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
[maz: fixed-up subject and commit message]
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 45725e0f
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