]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk: mediatek: mt7981: support alternative compatible for fixed-plls
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 24 Jun 2024 21:03:35 +0000 (23:03 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 Jul 2024 17:45:50 +0000 (11:45 -0600)
Support alternative compatible for fixed-plls clocks used upstream with
the compatible mediatek,mt7981-apmixedsys.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/clk/mediatek/clk-mt7981.c

index 7fcb81419cdee889d4e31ae4541975177edcc8e9..13dc3df0e9ea8573e200cfb35bcf1b8a73e86a31 100644 (file)
@@ -543,6 +543,7 @@ static const struct mtk_clk_tree mt7981_infracfg_clk_tree = {
 
 static const struct udevice_id mt7981_fixed_pll_compat[] = {
        { .compatible = "mediatek,mt7981-fixed-plls" },
+       { .compatible = "mediatek,mt7981-apmixedsys" },
        {}
 };