mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
mako: hdmi: temporarily disable hdmi feature
temporarily disable hdmi for preventing system crash Change-Id: Id87d88405afac1a22fe9a02e9d5f97a43f44af65
This commit is contained in:
parent
a7297ab4b5
commit
2917eb3c58
2 changed files with 5 additions and 1 deletions
|
@ -340,7 +340,6 @@ CONFIG_FB_MSM_OVERLAY0_WRITEBACK=y
|
|||
CONFIG_FB_MSM_OVERLAY1_WRITEBACK=y
|
||||
CONFIG_FB_MSM_WRITEBACK_MSM_PANEL=y
|
||||
CONFIG_FB_MSM_MIPI_LGIT_VIDEO_WXGA_PT_PANEL=y
|
||||
CONFIG_FB_MSM_HDMI_MSM_PANEL=y
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||
CONFIG_BACKLIGHT_LM3530=y
|
||||
|
|
|
@ -3970,6 +3970,7 @@ static struct rcg_clk rot_clk = {
|
|||
},
|
||||
};
|
||||
|
||||
#ifdef CONFIG_FB_MSM_HDMI_MSM_PANEL
|
||||
static int hdmi_pll_clk_enable(struct clk *c)
|
||||
{
|
||||
int ret;
|
||||
|
@ -4034,6 +4035,10 @@ static struct clk_freq_tbl clk_tbl_tv[] = {
|
|||
F_TV(148500000, hdmi_pll, 148500000, 1, 0, 0),
|
||||
F_END
|
||||
};
|
||||
#else
|
||||
static struct clk_freq_tbl clk_tbl_tv[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
static unsigned long fmax_tv_src_8064[MAX_VDD_LEVELS] __initdata = {
|
||||
[VDD_DIG_LOW] = 74250000,
|
||||
|
|
Loading…
Reference in a new issue