Skip to content

Commit

Permalink
clk: mediatek: add driver for MT7622
Browse files Browse the repository at this point in the history
This patch add clock driver for MediaTek MT7622 SoC.

Signed-off-by: Ryder Lee <[email protected]>
Signed-off-by: Sam Shih <[email protected]>
  • Loading branch information
SamShih33 authored and trini committed Jan 16, 2020
1 parent cf400b6 commit 72ab603
Show file tree
Hide file tree
Showing 3 changed files with 950 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ obj-$(CONFIG_ARCH_MEDIATEK) += clk-mtk.o
# SoC Drivers
obj-$(CONFIG_MT8512) += clk-mt8512.o
obj-$(CONFIG_TARGET_MT7623) += clk-mt7623.o
obj-$(CONFIG_TARGET_MT7622) += clk-mt7622.o
obj-$(CONFIG_TARGET_MT7629) += clk-mt7629.o
obj-$(CONFIG_TARGET_MT8516) += clk-mt8516.o
obj-$(CONFIG_TARGET_MT8518) += clk-mt8518.o
Loading

0 comments on commit 72ab603

Please sign in to comment.