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@xxxxxxxxxxxxxxx > Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx> > --- Applied to clk-next