video: sunxi: de2: switch to public uclass functions
authorJernej Skrabec <jernej.skrabec@siol.net>
Thu, 22 Apr 2021 00:14:34 +0000 (01:14 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sat, 24 Apr 2021 11:45:03 +0000 (13:45 +0200)
commit99ae5e323400a53a3d458135d27738d40020cdfa
treebdb0f6470a0049c7113d17e6c1c803f78cfe4b0b
parent59dd8622d0dc7dd9054b5f4f5f0fca50f4c1b0cb
video: sunxi: de2: switch to public uclass functions

Currently DE2 driver uses functions which are defined in internal
headers. They are not meant to be used outside of uclass framework.
Switch DE2 driver to public ones. This has additional benefit that
device_probe doesn't need to be called manually.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/video/sunxi/sunxi_de2.c