clk: txl: fix gpu clock can not be changed [1/1]
authorJian Hu <jian.hu@amlogic.com>
Tue, 18 Dec 2018 08:17:57 +0000 (16:17 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 19 Dec 2018 09:37:51 +0000 (01:37 -0800)
commit3bd6e4d90ff6ead0bd7a99ff55c4bf50e21a86e6
tree9d56dab652934b755e3132e39fd49f93a34536ea
parent88f482c169eed0a5a27ae98f49601097a0fcdd36
clk: txl: fix gpu clock can not be changed [1/1]

PD#SWPL-2909

Problem:
The gpu clock rate can not be changed.

Solution:
1.it called meson_init_gpu function which used by txlx
  in txl clock driver, change it to meson_txl_gpu_init function.
2.the /sys/kernel/debug/aml_clk/clk_test node can not work
  in txl platform, Initial value for clk_numbers which needed
  by clk_test driver.

Verify:
test passed on P321

Change-Id: Iade63691edf5b39325f34abb4789d48d33339329
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
drivers/amlogic/clk/txl/txl.c