Re: [PATCH v4 2/2] ARM: dts: pxa: fix the rtc controller

From: Rob Herring
Date: Wed Jun 27 2018 - 17:40:44 EST


On Wed, Jun 27, 2018 at 1:41 PM Robert Jarzmik <robert.jarzmik@xxxxxxx> wrote:
>
> The RTC controller is fed by an external fixed 32kHz clock. Yet the
> driver wants to acquire this clock, even though it doesn't make any use
> of it, ie. doesn't get the rate to make calculation.
>
> Therefore, use the exported 32.768kHz clock in the PXA clock tree to
> make the driver happy and working.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>
> ---
> Since v1: change the dummy clock by the actual 32.768kHz
> Since v3: remove spurious bracket
> ---
> arch/arm/boot/dts/pxa25x.dtsi | 4 ++++
> arch/arm/boot/dts/pxa27x.dtsi | 4 ++++
> 2 files changed, 8 insertions(+)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>