mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-03 04:51:35 +02:00
clk: mediatek: mt7988: support alternative compatible for fixed-plls
Support alternative compatible for fixed-plls clocks used upstream with the compatible mediatek,mt7988-apmixedsys. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
ca54ef2434
commit
2fa520c124
@ -833,6 +833,7 @@ static const struct mtk_clk_tree mt7988_infracfg_clk_tree = {
|
|||||||
|
|
||||||
static const struct udevice_id mt7988_fixed_pll_compat[] = {
|
static const struct udevice_id mt7988_fixed_pll_compat[] = {
|
||||||
{ .compatible = "mediatek,mt7988-fixed-plls" },
|
{ .compatible = "mediatek,mt7988-fixed-plls" },
|
||||||
|
{ .compatible = "mediatek,mt7988-apmixedsys" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user