[PATCH 1/5] clk: mediatek: mt2701-vdec: fix conversion to mtk_clk_simple_probe
Stephen Boyd
sboyd at kernel.org
Tue Dec 17 12:16:04 PST 2024
Quoting Daniel Golle (2024-12-15 14:13:49)
> Commit 973d1607d936 ("clk: mediatek: mt2701: use mtk_clk_simple_probe to
> simplify driver") broke DT bindings as the highest index was reduced by
> 1 because the id count starts from 1 and not from 0.
>
> Fix this, like for other drivers which had the same issue, by adding a
> dummy clk at index 0.
>
> Fixes: 973d1607d936 ("clk: mediatek: mt2701: use mtk_clk_simple_probe to simplify driver")
> Cc: stable at vger.kernel.org
> Signed-off-by: Daniel Golle <daniel at makrotopia.org>
> ---
Applied to clk-next
More information about the Linux-mediatek
mailing list