commit | cdaf8388ea8eff982b5a501220788824cd04151e | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri May 03 18:06:26 2019 +0800 |
committer | Chen-Yu Tsai <wens@csie.org> | Tue Jun 18 19:39:01 2019 +0800 |
tree | 1361bbeff0ca54181dad77dd5c0c85ec2f2a6d8d | |
parent | 7a40e3d8696e7a48f1d729198ed2361ab4615cfd [diff] |
clk: sunxi-ng: a33: 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>