projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a677bdf
)
clk: mediatek: update compatible string for MT7986 ethsys
author
Sam Shih
<sam.shih@mediatek.com>
Mon, 9 May 2022 09:09:39 +0000
(17:09 +0800)
committer
Stephen Boyd
<sboyd@kernel.org>
Thu, 19 May 2022 00:28:01 +0000
(17:28 -0700)
Update compatible string of mt7986 ethsys clock driver to fit the
devicetree bindings document.
Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Link:
https://lore.kernel.org/r/20220509090939.845-2-sam.shih@mediatek.com
Fixes: ec97d23c8e22 ("clk: mediatek: add mt7986 clock support")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/clk-mt7986-eth.c
patch
|
blob
|
history
diff --git
a/drivers/clk/mediatek/clk-mt7986-eth.c
b/drivers/clk/mediatek/clk-mt7986-eth.c
index 495d023ccad7c64229c1b87573db764146ed7b08..ed2e7b200987708f71ad8f06f37aa7433461d0f9 100644
(file)
--- 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);