From 1930f38a5d8724f6e5cdb75157d09e9a430bd68f Mon Sep 17 00:00:00 2001 From: Beeresh Gopal Date: Thu, 31 Jul 2014 11:48:49 -0400 Subject: drm/msm/hdmi: enable lpm-mux if it is present lpm-mux is programmed to enable HDMI connector on the docking station for S805 chipset based devices. Signed-off-by: Beeresh Gopal Signed-off-by: Stephane Viau Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/hdmi/hdmi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/drm/msm/hdmi/hdmi.h') diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.h b/drivers/gpu/drm/msm/hdmi/hdmi.h index 9d7723c6528a..b981995410b5 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.h +++ b/drivers/gpu/drm/msm/hdmi/hdmi.h @@ -96,6 +96,7 @@ struct hdmi_platform_config { /* gpio's: */ int ddc_clk_gpio, ddc_data_gpio, hpd_gpio, mux_en_gpio, mux_sel_gpio; + int mux_lpm_gpio; /* older devices had their own irq, mdp5+ it is shared w/ mdp: */ bool shared_irq; -- cgit v1.2.3