diff mbox series

[1/1] clk: mediatek: update compatible string for MT7986 ethsys

Message ID 20220509090939.845-2-sam.shih@mediatek.com (mailing list archive)
State New, archived
Headers show
Series Update compatible string for MT7986 ethsys | expand

Commit Message

Sam Shih (史碩三) May 9, 2022, 9:09 a.m. UTC
Update compatible string of mt7986 ethsys clock driver to fit the
devicetree bindings document.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
---
 drivers/clk/mediatek/clk-mt7986-eth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Boyd May 19, 2022, 12:27 a.m. UTC | #1
Quoting Sam Shih (2022-05-09 02:09:39)
> Update compatible string of mt7986 ethsys clock driver to fit the
> devicetree bindings document.
> 
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>

Is it 

Fixes: ec97d23c8e22 ("clk: mediatek: add mt7986 clock support")

?
Stephen Boyd May 19, 2022, 12:28 a.m. UTC | #2
Quoting Sam Shih (2022-05-09 02:09:39)
> Update compatible string of mt7986 ethsys clock driver to fit the
> devicetree bindings document.
> 
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>
> ---

Applied to clk-next
diff mbox series

Patch

diff --git a/drivers/clk/mediatek/clk-mt7986-eth.c b/drivers/clk/mediatek/clk-mt7986-eth.c
index 495d023ccad7..ed2e7b200987 100644
--- a/drivers/clk/mediatek/clk-mt7986-eth.c
+++ b/drivers/clk/mediatek/clk-mt7986-eth.c
@@ -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);