commit | 707f601373aeaf967579564c67ae9701c5e6b11e | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri May 03 18:08:18 2019 +0800 |
committer | Chen-Yu Tsai <wens@csie.org> | Tue Jun 18 19:39:03 2019 +0800 |
tree | 1194e1727130e691426b1ef34b8cf5087f33c0f3 | |
parent | 3fccf2ed6f27e314ba4965cf455347b53fdf8d6b [diff] |
clk: sunxi-ng: v3s: 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>