ARM: dts: msm: Clean up SMMU interrupts on 8996
We're currently registering for some interrupts that don't exist, and
we're not registering for some interrupts that we should be. This
results in error messages like:
d80000.arm,smmu-jpeg: found 4 context interrupt(s) but have \
3 context banks. assuming 3 context interrupts.
b40000.arm,smmu-kgsl: found 4 context interrupt(s) but have \
2 context banks. assuming 2 context interrupts.
This could also result in us missing some interrupts.
Clean all of these up based on the interrupt information from the
hardware docs.
CRs-Fixed: 975201
Change-Id: I33e309ecb700bdead6a0a82a231f3d199c3d34f0
Signed-off-by:
Mitchel Humpherys <mitchelh@codeaurora.org>
Loading
Please register or sign in to comment