From: Dmitry Baryshkov Date: Thu, 9 Jun 2022 12:23:43 +0000 (+0300) Subject: drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platform X-Git-Tag: v6.6.17~6682^2~1^2~37^5~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f88301794595ff4c28a1f1befe690e8dbac72a2;p=platform%2Fkernel%2Flinux-rpi.git drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platform DB820c makes use of core-vcc-supply and core-vdda-supply, however the driver code doesn't support these regulators. Enable them for HDMI on 8996 platform. Fixes: 0afbe59edd3f ("drm/msm/hdmi: Add basic HDMI support for msm8996") Signed-off-by: Dmitry Baryshkov Reviewed-by: Stephen Boyd Patchwork: https://patchwork.freedesktop.org/patch/488857/ Link: https://lore.kernel.org/r/20220609122350.3157529-8-dmitry.baryshkov@linaro.org Signed-off-by: Dmitry Baryshkov --- diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c index 6d79f1b..4ec5561 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c @@ -416,7 +416,7 @@ static struct hdmi_platform_config hdmi_tx_8994_config = { }; static struct hdmi_platform_config hdmi_tx_8996_config = { - HDMI_CFG(pwr_reg, none), + HDMI_CFG(pwr_reg, 8x74), HDMI_CFG(hpd_reg, none), HDMI_CFG(pwr_clk, 8x74), HDMI_CFG(hpd_clk, 8x74),