OSDN Git Service

clk: sunxi-ng: a23: Use local parent references for CLK_FIXED_FACTOR
authorChen-Yu Tsai <wens@csie.org>
Fri, 3 May 2019 10:06:05 +0000 (18:06 +0800)
committerChen-Yu Tsai <wens@csie.org>
Tue, 18 Jun 2019 11:39:01 +0000 (19:39 +0800)
commit7a40e3d8696e7a48f1d729198ed2361ab4615cfd
tree0f1590cc59b5721086c5f5a97798860c30452e65
parent8b1dd564b9e3e8d1e6e02199638c1cefe560d68f
clk: sunxi-ng: a23: Use local parent references for CLK_FIXED_FACTOR

With the new clk parenting code and CLK_FIXED_FACTOR_{HW,FW_NAME}
macros, we can reference parents locally via pointers to struct clk_hw
or DT clock-names.

Convert existing CLK_FIXED_FACTOR definitions to either the _HW or
_FW_NAME variant based on whether the parent clock is internal or
external to the CCU.

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/clk/sunxi-ng/ccu-sun8i-a23.c