commit | 22ce173f76f47b087d9978473db22d5d9ce79f71 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri May 03 18:10:53 2019 +0800 |
committer | Chen-Yu Tsai <wens@csie.org> | Sat Jun 22 10:13:16 2019 +0800 |
tree | 2b25ab2f8682580da3afe2749a802a451a60e171 | |
parent | 8916d3fc3a476c6df25edf3d5186c9bb22c59e76 [diff] |
clk: sunxi-ng: h6-r: 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>