video: rockchip: dw_mipi_dsi: Fix GRF access
authorOndrej Jirman <megi@xff.cz>
Mon, 22 May 2023 21:47:08 +0000 (23:47 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 14 Jul 2023 16:30:58 +0000 (18:30 +0200)
commitbd6375c5511c3b96ce91ea66084d27afe2bbc43b
tree8859175c8d630c258469c84bcaeed03e8ad3e245
parent7c5f278a030359d2266b63345f9f9f2890a5f17f
video: rockchip: dw_mipi_dsi: Fix GRF access

Use proper register base and access method to access GRF registers.
GRF registers start at a completely different base, and need special
access method, that sets the change mask in the 16 MSBs.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
drivers/video/rockchip/dw_mipi_dsi_rockchip.c