commit | ecd73c04b3e81aa8c14828c0a55f1e9a62e173d6 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri May 03 18:09:33 2019 +0800 |
committer | Chen-Yu Tsai <wens@csie.org> | Sat Jun 22 10:13:16 2019 +0800 |
tree | c9b093107a575a2f1a1c344427d215008e2f7877 | |
parent | 4d34497ee458482efdcb80fc55250ba5d6484eb6 [diff] |
clk: sunxi-ng: a64: 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>