drivers: video: rockchip: fix building eDP and LVDS drivers
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 20 Apr 2020 18:18:25 +0000 (19:18 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sun, 26 Apr 2020 20:58:50 +0000 (22:58 +0200)
commit973e31fd476686e9bf7eee0e0ff51afdbbc8c61e
tree914970a71cfbbb0397f02ea99f549db346a3ef0a
parentd202f67db0771247de562af5d6a5df778702857b
drivers: video: rockchip: fix building eDP and LVDS drivers

The rk_edp.c and rk_lvds.c files reference rk_setreg which is declared in
hardware.h so include it so the drivers build. Adjust rk_lvds.c so
includes are in alphabetical order while updating.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Tested-by: Vagrant Cascadian <vagrant@debian.org>
drivers/video/rockchip/rk_edp.c
drivers/video/rockchip/rk_lvds.c