Re: [PATCH v3 02/10] drm/msm/dsi: Get rid of msm_dsi_config::num_dsi

2023-03-13 Thread Marijn Suijten
On 2023-03-07 14:01:40, Konrad Dybcio wrote: > In preparation for supporting multiple sets of possible base registers, > remove the num_dsi variable. We're comparing the io_start array contents > with the reg value from the DTS, so it will either match one of the > expected values or don't match ag

[PATCH v3 02/10] drm/msm/dsi: Get rid of msm_dsi_config::num_dsi

2023-03-07 Thread Konrad Dybcio
In preparation for supporting multiple sets of possible base registers, remove the num_dsi variable. We're comparing the io_start array contents with the reg value from the DTS, so it will either match one of the expected values or don't match against a zero (which we get from partial array initial