Skip to content
Snippets Groups Projects
Commit 4b45082b authored by Christian Marangi's avatar Christian Marangi Committed by Tom Rini
Browse files

clk: mediatek: mt7986: support alternative compatible for fixed-plls


Support alternative compatible for fixed-plls clocks used upstream with
the compatible mediatek,mt7986-apmixedsys.

Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
parent 2fa520c1
No related branches found
No related tags found
No related merge requests found
......@@ -533,6 +533,7 @@ static const struct mtk_clk_tree mt7986_infracfg_clk_tree = {
static const struct udevice_id mt7986_fixed_pll_compat[] = {
{ .compatible = "mediatek,mt7986-fixed-plls" },
{ .compatible = "mediatek,mt7986-apmixedsys" },
{}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment