Skip to content

Commit 530fe6b

Browse files
paulkocialkowskimripard
authored andcommitted
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: b4bdc4f ("soc: sunxi: Deal with the MBUS DMA offsets in a central place") Signed-off-by: Paul Kocialkowski <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5c8fe58 commit 530fe6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/soc/sunxi/sunxi_mbus.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ static const char * const sunxi_mbus_devices[] = {
2323
"allwinner,sun7i-a20-display-engine",
2424
"allwinner,sun8i-a23-display-engine",
2525
"allwinner,sun8i-a33-display-engine",
26-
"allwinner,sun8i-a83t-display-engine",
27-
"allwinner,sun8i-h3-display-engine",
28-
"allwinner,sun8i-r40-display-engine",
29-
"allwinner,sun8i-v3s-display-engine",
3026
"allwinner,sun9i-a80-display-engine",
31-
"allwinner,sun50i-a64-display-engine",
3227

3328
/*
3429
* And now we have the regular devices connected to the MBUS

0 commit comments

Comments
 (0)