From: Dmitry Baryshkov Date: Thu, 9 Jun 2022 12:23:41 +0000 (+0300) Subject: drm/msm/hdmi: drop the hdmi-mux support X-Git-Tag: v6.6.17~6682^2~1^2~37^5~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fbf025305e9f9f554ec5f0ac781035c7edd27a6;p=platform%2Fkernel%2Flinux-rpi.git drm/msm/hdmi: drop the hdmi-mux support With the last (and only) in-kernel user of hdmi-mux regulator, drop it from the HDMI driver. Reviewed-by: Stephen Boyd Signed-off-by: Dmitry Baryshkov Patchwork: https://patchwork.freedesktop.org/patch/488855/ Link: https://lore.kernel.org/r/20220609122350.3157529-6-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 73070ec..7267167 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c @@ -361,7 +361,7 @@ static const char *hpd_reg_names_none[] = {}; static struct hdmi_platform_config hdmi_tx_8660_config; -static const char *hpd_reg_names_8960[] = {"core-vdda", "hdmi-mux"}; +static const char *hpd_reg_names_8960[] = {"core-vdda"}; static const char *hpd_clk_names_8960[] = {"core", "master_iface", "slave_iface"}; static struct hdmi_platform_config hdmi_tx_8960_config = {