Re: [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings

2022-06-26 Thread Andre Przywara
On Sat, 30 Apr 2022 22:38:36 -0500 Samuel Holland wrote: > Compatible strings for some new RTC hardware variants were added to > the binding. Add them to the driver in preparation for supporting > those new SoCs. > > Signed-off-by: Samuel Holland Applied to sunxi/master, for v2022.07. Cheers,

Re: [PATCH 1/2] clk: sunxi: Add additional RTC compatible strings

2022-05-04 Thread Andre Przywara
On Sat, 30 Apr 2022 22:38:36 -0500 Samuel Holland wrote: > Compatible strings for some new RTC hardware variants were added to > the binding. Add them to the driver in preparation for supporting > those new SoCs. > > Signed-off-by: Samuel Holland Given the trivial implementation of this clock

[PATCH 1/2] clk: sunxi: Add additional RTC compatible strings

2022-04-30 Thread Samuel Holland
Compatible strings for some new RTC hardware variants were added to the binding. Add them to the driver in preparation for supporting those new SoCs. Signed-off-by: Samuel Holland --- drivers/clk/sunxi/clk_sun6i_rtc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/sunxi/clk_s