clk: mediatek: add mt7986 clock support
authorSam Shih <sam.shih@mediatek.com>
Fri, 17 Dec 2021 12:11:48 +0000 (20:11 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 7 Jan 2022 02:37:55 +0000 (18:37 -0800)
commitec97d23c8e22c96e8c9cad7d3f93d593abfc8b06
tree82c59e2215073c6f56433c41e7169ac7f46281ce
parent4470c830f9791203e7514c6b4d3a0df194e3ee0d
clk: mediatek: add mt7986 clock support

Add MT7986 clock support, include topckgen, apmixedsys,
infracfg, and ethernet subsystem clocks.

Signed-off-by: Sam Shih <sam.shih@mediatek.com>
Link: https://lore.kernel.org/r/20211217121148.6753-4-sam.shih@mediatek.com
Reviewed-by: Ryder Lee <ryder.lee@kernel.org>
[sboyd@kernel.org: Fix typos in Kconfig, there are more existing typos
from where they were copied from of but whatever]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/Kconfig
drivers/clk/mediatek/Makefile
drivers/clk/mediatek/clk-mt7986-apmixed.c [new file with mode: 0644]
drivers/clk/mediatek/clk-mt7986-eth.c [new file with mode: 0644]
drivers/clk/mediatek/clk-mt7986-infracfg.c [new file with mode: 0644]
drivers/clk/mediatek/clk-mt7986-topckgen.c [new file with mode: 0644]