commit | d1c924732bdf2710ce513d965d3ca2a4ff877ea7 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri May 03 18:02:31 2019 +0800 |
committer | Chen-Yu Tsai <wens@csie.org> | Tue Jun 18 19:39:00 2019 +0800 |
tree | b647e024f8b663a3e94f9401090e515b39568f16 | |
parent | 6873d20726563c5ee54b53ecbe232c929b32ea38 [diff] |
clk: sunxi-ng: a10: 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>