Commit efb8b491 authored by Stefan Agner's avatar Stefan Agner
Browse files

drm/fsl-dcu: specify volatile registers



Since we are using cached registers, we need to specify volatile
registers explicitly to avoid reading their value from the cache.
This allows to read the correct interrupt status in fsl_dcu_drm_irq
and clear the asserted bits only.

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
parent a36c9867
Supports Markdown
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