Searched hist:"89 f27fb2dd348d8d52a97e6ebec15c64fe461a25" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-r.c | diff 89f27fb2dd348d8d52a97e6ebec15c64fe461a25 Fri May 03 06:31:04 CDT 2019 Chen-Yu Tsai <wens@csie.org> clk: sunxi-ng: sun8i-r: Use local parent references for SUNXI_CCU_GATE
With the new clk parenting code and SUNXI_CCU_GATE macros, we can reference parents locally via pointers to struct clk_hw or DT clock-names.
Convert existing SUNXI_CCU_GATE definitions to SUNXI_CCU_GATE_HWS as the parent clock is internal to this clock unit.
To avoid duplication of clock definitions, we fix up the parent reference for A83T in the A83T init function.
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
|