Re: [patch v2 02/10] drivers/video/rockchip/rk_edp.c: Add rk3399 support

2020-10-27 Thread Alper Nebi Yasak
On 27/10/2020 16:21, Arnaud Patard (Rtp) wrote: > According to linux commit "drm/rockchip: analogix_dp: add rk3399 eDP > support" (82872e42bb1501dd9e60ca430f4bae45a469aa64), rk3288 and rk3399 > eDP IPs are nearly the same, the difference is in the grf register > (SOC_CON6 versus SOC_CON20). So,

[patch v2 02/10] drivers/video/rockchip/rk_edp.c: Add rk3399 support

2020-10-27 Thread Rtp
According to linux commit "drm/rockchip: analogix_dp: add rk3399 eDP support" (82872e42bb1501dd9e60ca430f4bae45a469aa64), rk3288 and rk3399 eDP IPs are nearly the same, the difference is in the grf register (SOC_CON6 versus SOC_CON20). So, change the code to use the right register on each IP. The