commit | 2bef3c5e8c85e5667c2d9d17f07808f7417902a7 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Wed Sep 25 17:45:21 2019 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Oct 25 17:20:44 2019 +0200 |
tree | b1b6f3d6f40f170bcddad517b207bcf057583149 | |
parent | 08441575905a69d34a9bebc1d2672aa89a3c3f32 [diff] [blame] |
clk: add clock driver for MediaTek MT76x8 platform This patch adds a clock driver for MediaTek MT7628/7688 SoC. It provides clock gate control as well as getting clock frequency for CPU/SYS/XTAL and some peripherals.
diff --git a/drivers/clk/mtmips/Makefile b/drivers/clk/mtmips/Makefile new file mode 100644 index 0000000..e193841 --- /dev/null +++ b/drivers/clk/mtmips/Makefile
@@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_SOC_MT7628) += clk-mt7628.o