mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
clk: mediatek: add MT8195 clock driver
The following clocks have been added for MT8195 SoC: apmixedsys, topckgen, infracfg These clocks driver are based on the ones present in the kernel: drivers/clk/mediatek/clk-mt8195-* Signed-off-by: Chris-QJ Chen <chris-qj.chen@mediatek.com> Signed-off-by: Julien Stephan <jstephan@baylibre.com>
This commit is contained in:
parent
5f2111e9ff
commit
a0c5403283
@ -12,6 +12,7 @@ obj-$(CONFIG_TARGET_MT7988) += clk-mt7988.o
|
||||
obj-$(CONFIG_TARGET_MT7987) += clk-mt7987.o
|
||||
obj-$(CONFIG_TARGET_MT8183) += clk-mt8183.o
|
||||
obj-$(CONFIG_TARGET_MT8188) += clk-mt8188.o
|
||||
obj-$(CONFIG_TARGET_MT8195) += clk-mt8195.o
|
||||
obj-$(CONFIG_TARGET_MT8365) += clk-mt8365.o
|
||||
obj-$(CONFIG_TARGET_MT8512) += clk-mt8512.o
|
||||
obj-$(CONFIG_TARGET_MT8516) += clk-mt8516.o
|
||||
|
||||
1662
drivers/clk/mediatek/clk-mt8195.c
Normal file
1662
drivers/clk/mediatek/clk-mt8195.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user