mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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>
This commit is contained in:
parent
98686fa2f5
commit
55269f1019
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue