Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: mediatek: mt2701-bdp: add missing dummy clk

Add dummy clk for index 0 which was missed during the conversion to
mtk_clk_simple_probe().

Fixes: 973d1607d936 ("clk: mediatek: mt2701: use mtk_clk_simple_probe to simplify driver")
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://lore.kernel.org/r/b8526c882a50f2b158df0eccb4a165956fd8fa13.1734300668.git.daniel@makrotopia.org
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Daniel Golle and committed by
Stephen Boyd
fd291adc 5fba40be

+1
+1
drivers/clk/mediatek/clk-mt2701-bdp.c
··· 31 31 GATE_MTK(_id, _name, _parent, &bdp1_cg_regs, _shift, &mtk_clk_gate_ops_setclr_inv) 32 32 33 33 static const struct mtk_gate bdp_clks[] = { 34 + GATE_DUMMY(CLK_DUMMY, "bdp_dummy"), 34 35 GATE_BDP0(CLK_BDP_BRG_BA, "brg_baclk", "mm_sel", 0), 35 36 GATE_BDP0(CLK_BDP_BRG_DRAM, "brg_dram", "mm_sel", 1), 36 37 GATE_BDP0(CLK_BDP_LARB_DRAM, "larb_dram", "mm_sel", 2),