commit | 8b1dd564b9e3e8d1e6e02199638c1cefe560d68f | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri May 03 18:05:35 2019 +0800 |
committer | Chen-Yu Tsai <wens@csie.org> | Tue Jun 18 19:39:01 2019 +0800 |
tree | f4c4f919d76dfae8b7d624078ede6670f6a2f009 | |
parent | 260311bfb383d28a9b8bf88489cc24175963b3e1 [diff] |
clk: sunxi-ng: a31: 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>