Commit 544e9ec7 authored by Sam Shih's avatar Sam Shih Committed by Stephen Boyd
Browse files

clk: mediatek: update compatible string for MT7986 ethsys



Update compatible string of mt7986 ethsys clock driver to fit the
devicetree bindings document.

Signed-off-by: default avatarSam Shih <sam.shih@mediatek.com>
Link: https://lore.kernel.org/r/20220509090939.845-2-sam.shih@mediatek.com


Fixes: ec97d23c ("clk: mediatek: add mt7986 clock support")
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent a677bdf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,4 +129,4 @@ static void __init mtk_ethsys_init(struct device_node *node)
		pr_err("%s(): could not register clock provider: %d\n",
		       __func__, r);
}
CLK_OF_DECLARE(mtk_ethsys, "mediatek,mt7986-ethsys_ck", mtk_ethsys_init);
CLK_OF_DECLARE(mtk_ethsys, "mediatek,mt7986-ethsys", mtk_ethsys_init);