Re: [PATCH v3 2/6] drm/msm/dsi: Fix number of regulators for SDM660

2022-08-03 Thread Abhinav Kumar
On 8/2/2022 3:37 PM, Douglas Anderson wrote: 1 regulators is specified listed but the number 2 is specified. This presumably means we try to get a regulator with no name. Fix it. Fixes: 033f47f7f121 ("drm/msm/dsi: Add DSI configuration for SDM660") Signed-off-by: Douglas Anderson Agree

Re: [PATCH v3 2/6] drm/msm/dsi: Fix number of regulators for SDM660

2022-08-03 Thread Marijn Suijten
On 2022-08-02 15:37:34, Douglas Anderson wrote: > 1 regulators is specified listed but the number 2 is specified. This > presumably means we try to get a regulator with no name. Fix it. > > Fixes: 033f47f7f121 ("drm/msm/dsi: Add DSI configuration for SDM660") This should be: Fixes: 462f7017a691

Re: [PATCH v3 2/6] drm/msm/dsi: Fix number of regulators for SDM660

2022-08-03 Thread Dmitry Baryshkov
On 03/08/2022 01:37, Douglas Anderson wrote: 1 regulators is specified listed but the number 2 is specified. This presumably means we try to get a regulator with no name. Fix it. Fixes: 033f47f7f121 ("drm/msm/dsi: Add DSI configuration for SDM660") Signed-off-by: Douglas Anderson

[PATCH v3 2/6] drm/msm/dsi: Fix number of regulators for SDM660

2022-08-02 Thread Douglas Anderson
1 regulators is specified listed but the number 2 is specified. This presumably means we try to get a regulator with no name. Fix it. Fixes: 033f47f7f121 ("drm/msm/dsi: Add DSI configuration for SDM660") Signed-off-by: Douglas Anderson --- (no changes since v2) Changes in v2: - ("Fix number of