commit | bd6375c5511c3b96ce91ea66084d27afe2bbc43b | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <megi@xff.cz> | Mon May 22 23:47:08 2023 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Jul 14 18:30:58 2023 +0200 |
tree | 8859175c8d630c258469c84bcaeed03e8ad3e245 | |
parent | 7c5f278a030359d2266b63345f9f9f2890a5f17f [diff] |
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>