u-boot-brain/drivers/clk/mediatek
Ryder Lee 0bd7dc74d2 clk: MediaTek: add clock driver for MT7629 SoC.
This patch adds clock modules for MediaTek SoCs:
- Shared part: a common driver which contains the general operations
for plls, muxes, dividers and gates so that we can reuse it in future.

- Specific SoC part: the group of structures used to hold the hardware
configuration for each SoC.

We take MT7629 as an example to demonstrate how to implement driver if
any other MediaTek chips would like to use it.

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-11-28 23:04:51 -05:00
..
clk-mt7629.c clk: MediaTek: add clock driver for MT7629 SoC. 2018-11-28 23:04:51 -05:00
clk-mtk.c clk: MediaTek: add clock driver for MT7629 SoC. 2018-11-28 23:04:51 -05:00
clk-mtk.h clk: MediaTek: add clock driver for MT7629 SoC. 2018-11-28 23:04:51 -05:00
Makefile clk: MediaTek: add clock driver for MT7629 SoC. 2018-11-28 23:04:51 -05:00