[PATCH v4 2/2] ARM: dts: pxa: fix the rtc controller
From: Rob Herring <hidden>
Date: 2018-06-27 21:40:42
Also in:
linux-clk, linux-devicetree, lkml
From: Rob Herring <hidden>
Date: 2018-06-27 21:40:42
Also in:
linux-clk, linux-devicetree, lkml
On Wed, Jun 27, 2018 at 1:41 PM Robert Jarzmik [off-list ref] 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@free.fr> --- 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@kernel.org>