Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/mdp4: correct LCDC regulator name

Correct c&p error from the conversion of LCDC regulators to the bulk
API.

Fixes: 54f1fbcb47d4 ("drm/msm/mdp4: use bulk regulators API for LCDC encoder")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/590412/
Link: https://lore.kernel.org/r/20240420-mdp4-fixes-v1-3-96a70f64fa85@linaro.org

+1 -1
+1 -1
drivers/gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c
··· 389 389 390 390 /* TODO: different regulators in other cases? */ 391 391 mdp4_lcdc_encoder->regs[0].supply = "lvds-vccs-3p3v"; 392 - mdp4_lcdc_encoder->regs[1].supply = "lvds-vccs-3p3v"; 392 + mdp4_lcdc_encoder->regs[1].supply = "lvds-pll-vdda"; 393 393 mdp4_lcdc_encoder->regs[2].supply = "lvds-vdda"; 394 394 395 395 ret = devm_regulator_bulk_get(dev->dev,