]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk: mediatek: mt7988: support alternative compatible for fixed-plls
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 24 Jun 2024 21:03:39 +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,mt7988-apmixedsys.

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

index 34e7b2d734cf93607036ed37c951fec4a9c61abd..32b04511781a4559be276704c1ae6fcf577fc6cd 100644 (file)
@@ -833,6 +833,7 @@ static const struct mtk_clk_tree mt7988_infracfg_clk_tree = {
 
 static const struct udevice_id mt7988_fixed_pll_compat[] = {
        { .compatible = "mediatek,mt7988-fixed-plls" },
+       { .compatible = "mediatek,mt7988-apmixedsys" },
        {}
 };