soc: sunxi: mbus: Remove DE2 display engine compatibles
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Fri, 15 Jan 2021 17:58:31 +0000 (18:58 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 28 Jan 2021 10:23:16 +0000 (11:23 +0100)
commit530fe6bf0f9ff91e5156f0423ae8db8d106d0159
tree631032ff0bc4c1abb4788da1786a21f1b4d0cc85
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
soc: sunxi: mbus: Remove DE2 display engine compatibles

The DE2 display engine hardware takes physical addresses that do not
need PHYS_BASE subtracted. As a result, they should not be present
on the mbus driver match list. Remove them.

This was tested on the A83T, along with the patch allowing the DMA
range map to be non-NULL and restores a working display.

Fixes: b4bdc4fbf8d0 ("soc: sunxi: Deal with the MBUS DMA offsets in a central place")
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210115175831.1184260-2-paul.kocialkowski@bootlin.com
drivers/soc/sunxi/sunxi_mbus.c