diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2021-02-22 00:12:34 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2021-03-03 10:03:15 +0100 |
commit | 5d235324ae7a5b04b37c63a3445020fbd89ac7b2 (patch) | |
tree | d30c8213f37cbb8daee6a709b25882231a17594f /scripts | |
parent | c5219c4a18f2b27547ecd799914f94e48b0fa86f (diff) | |
download | u-boot-5d235324ae7a5b04b37c63a3445020fbd89ac7b2.tar.gz u-boot-5d235324ae7a5b04b37c63a3445020fbd89ac7b2.tar.bz2 u-boot-5d235324ae7a5b04b37c63a3445020fbd89ac7b2.zip |
video: sunxi_display: Convert to DM_VIDEO
DM_VIDEO migration deadline is already expired, but around
80 Allwinner boards are still using video in a legacy way:
===================== WARNING ======================
This board does not use CONFIG_DM_VIDEO Please update
the board to use CONFIG_DM_VIDEO before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================
Convert the legacy video driver over to the DM_VIDEO framework. This is
a minimal conversion: it doesn't use the DT for finding its resources,
nor does it use DM clocks or DM devices for the outputs (LCD, HDMI, CVBS).
Tested in Bananapi M1+ Plus 1920x1200 HDMI out. (Jagan)
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
[Andre: rebase and smaller fixes]
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index c8c87900ce..7340e95bd4 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1636,7 +1636,6 @@ CONFIG_STV0991 CONFIG_STV0991_HZ CONFIG_STV0991_HZ_CLOCK CONFIG_ST_SMI -CONFIG_SUNXI_MAX_FB_SIZE CONFIG_SXNI855T CONFIG_SYSFLAGS_ADDR CONFIG_SYSFS |