commit | c61f4f788a4e553cd66abc3dda2953feb437951d | [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 | 81162946ce03eaff28128157cfd7759d0940eb98 [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>