diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2024-06-24 23:03:35 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-08 11:45:50 -0600 |
| commit | 55269f10196b7ee5be0eb6c650d93137ffc0abdc (patch) | |
| tree | 99c20ae5c812b762db9793b2774402641cc58f5b /drivers | |
| parent | 98686fa2f572a2ff695d4f7cced9bf9a9af303e8 (diff) | |
clk: mediatek: mt7981: support alternative compatible for fixed-plls
Support alternative compatible for fixed-plls clocks used upstream with
the compatible mediatek,mt7981-apmixedsys.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/clk/mediatek/clk-mt7981.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/clk-mt7981.c b/drivers/clk/mediatek/clk-mt7981.c index 7fcb81419cd..13dc3df0e9e 100644 --- a/drivers/clk/mediatek/clk-mt7981.c +++ b/drivers/clk/mediatek/clk-mt7981.c @@ -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" }, {} }; |
