clk: txl: initial add clock driver
authorJian Hu <jian.hu@amlogic.com>
Thu, 14 Jun 2018 09:44:24 +0000 (17:44 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Wed, 18 Jul 2018 09:32:38 +0000 (02:32 -0700)
commita53f89545d62a27443f2d836be81ec6db68d12fd
tree5ef778455d17da0c050f205b61341b23d2eafd72
parent116bf34754f1ef505888f8250aa6a4b18e0106bc
clk: txl: initial add clock driver

PD#168480: clk: txl: initial add clock driver

remove CLK_SET_RATE_PARENT flag for spicc.
If add CLK_SET_RATE_PARENT, it will change clk81 rate when set
spicc clock rate.

Change-Id: I80fec2c6d10611994ff40b06307e39b51ddb5a1a
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
13 files changed:
Documentation/devicetree/bindings/clock/amlogic,meson-clkc.txt
MAINTAINERS
drivers/amlogic/clk/Makefile
drivers/amlogic/clk/clk_measure.c
drivers/amlogic/clk/clkc.h
drivers/amlogic/clk/txl/Makefile [new file with mode: 0644]
drivers/amlogic/clk/txl/txl.c [new file with mode: 0644]
drivers/amlogic/clk/txl/txl.h [new file with mode: 0644]
drivers/amlogic/clk/txl/txl_ao.c [new file with mode: 0644]
drivers/amlogic/clk/txl/txl_clk_gpu.c [new file with mode: 0644]
drivers/amlogic/clk/txl/txl_clk_media.c [new file with mode: 0644]
drivers/amlogic/clk/txl/txl_clk_sdemmc.c [new file with mode: 0644]
include/dt-bindings/clock/amlogic,txl-clkc.h [new file with mode: 0644]