clk: tl1: add CLK_IGNORE_UNUSED flag for tcon clock [1/1]
authorJian Hu <jian.hu@amlogic.com>
Mon, 19 Aug 2019 11:59:48 +0000 (19:59 +0800)
committerJian Hu <jian.hu@amlogic.com>
Tue, 20 Aug 2019 03:18:19 +0000 (11:18 +0800)
PD#SWPL-12922

Problem:
the lcd display abnormal

Solution:
do not disable tcon clock,add
CLK_IGNORE_UNUSED flag for tcon clock

Verify:
tl1

Change-Id: If2ac02670c58a21604ce2a36ae353ceddd5ecae5
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
drivers/amlogic/clk/tl1/tl1_clk_media.c

index c046a15..8a4d1d3 100644 (file)
@@ -584,7 +584,7 @@ static struct meson_composite m_composite[] = {
        {CLKID_TCON_PLL_COMP, "tcon_pll_composite",
        tcon_pll_parent_names, ARRAY_SIZE(tcon_pll_parent_names),
        &tcon_pll_mux.hw, &tcon_pll_div.hw,
-       &tcon_pll_gate.hw, 0
+       &tcon_pll_gate.hw, CLK_IGNORE_UNUSED
        },
 
        {CLKID_DEMOD_COMP, "demod_composite",