Re: [PATCH 2/5] drm/msm/mdss: enable optional core clock for MDP5 MDSS

2022-06-18 Thread Dmitry Baryshkov
On Sat, 18 Jun 2022 at 17:24, Luca Weiss wrote: > > Hi Dmitry, > > On Mittwoch, 15. Juni 2022 15:59:32 CEST Dmitry Baryshkov wrote: > > Enable (optional) core (MDP_CLK) clock that allows accessing HW_REV > > registers during the platform init. > > > > I believe you also need to update

Re: [PATCH 2/5] drm/msm/mdss: enable optional core clock for MDP5 MDSS

2022-06-18 Thread Luca Weiss
Hi Dmitry, On Mittwoch, 15. Juni 2022 15:59:32 CEST Dmitry Baryshkov wrote: > Enable (optional) core (MDP_CLK) clock that allows accessing HW_REV > registers during the platform init. > I believe you also need to update Documentation/devicetree/bindings/display/ msm/mdp5.txt with the new clock.

[PATCH 2/5] drm/msm/mdss: enable optional core clock for MDP5 MDSS

2022-06-15 Thread Dmitry Baryshkov
Enable (optional) core (MDP_CLK) clock that allows accessing HW_REV registers during the platform init. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/msm_mdss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/msm_mdss.c