Re: [PATCH v8 02/11] dt-bindings: rtc: sun6i: Add H616 compatible string
From: Maxime Ripard <hidden>
Date: 2021-08-19 07:56:37
Also in:
linux-devicetree, linux-rtc, linux-sunxi, lkml
From: Maxime Ripard <hidden>
Date: 2021-08-19 07:56:37
Also in:
linux-devicetree, linux-rtc, linux-sunxi, lkml
Salut Alex, On Tue, Aug 17, 2021 at 10:13:11AM +0200, Alexandre Belloni wrote:
On 17/08/2021 09:38:10+0200, Maxime Ripard wrote:quoted
quoted
quoted
It's not entirely clear to me what those clocks are about though. If we look at the clock output in the user manual, it looks like there's only two clocks that are actually being output: the 32k "fanout" clock and the losc. What are the 3 you're talking about?]I see three: the raw SYSTEM "CLK32K_LOSC", the RTC input + debounce clock (/32), and the multiplexed PAD.But the input and debounce clock is only for the RTC itself right? So it should be local to the driver and doesn't need to be made available to the other driversShouldn't they be exposed to be able to use assigned-clock?
I'm not sure we would even need that? If it's an internal clock to the RTC, then we probably won't ever need to change it from the device tree? Maxime