u-boot/drivers/clk/sunxi
Andre Przywara 444ab3569b clk: sunxi: add PIO bus gate clocks
The introduction of the DM pinctrl driver made its probe function enable
all clocks enumerated in the DT. This includes the "CLK_BUS_PIO" (and
variations) gate clock. Also CLK_PLL_PERIPH0 is used by the R_CCU device.
So far we didn't describe those clocks in our clock driver.
As we enable them already in the SPL, the devices happen to work, but
the clock driver still complains about not finding those clocks:
=========
sunxi_set_gate: (CLK#58) unhandled
=========

Add the one-liners that are needed to announce the gate bit for those
clocks, to silence that message on the console.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
2022-05-24 01:15:09 +01:00
..
clk_a10.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_a10s.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_a23.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_a31.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_a31_r.c clk: sunxi: Add drivers for A31 and H6 PRCM CCUs 2021-10-11 10:46:44 +01:00
clk_a64.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_a80.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_a83t.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_f1c100s.c clk: sunxi: implement clock driver for suniv f1c100s 2022-05-23 00:37:51 +01:00
clk_h3.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_h6.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_h6_r.c clk: sunxi: h6_r: Correct the driver name 2022-05-24 01:15:01 +01:00
clk_h616.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_r40.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
clk_sun6i_rtc.c clk: sunxi: Add a dummy clock driver for the RTC 2021-04-16 01:12:59 +01:00
clk_sunxi.c clk: sunxi: Move header out of arch directory 2021-10-11 10:46:44 +01:00
clk_v3s.c clk: sunxi: add PIO bus gate clocks 2022-05-24 01:15:09 +01:00
Kconfig clk: sunxi: implement clock driver for suniv f1c100s 2022-05-23 00:37:51 +01:00
Makefile clk: sunxi: implement clock driver for suniv f1c100s 2022-05-23 00:37:51 +01:00