Hi,
 
 On ven., févr. 17 2017, Gregory CLEMENT <[email protected]> 
wrote:

> The Armada 7K/8K SoCs use the same RTC IP than the Armada 38x. However
> the SOC integration differs in 2 points:
>      - MBUS bridge timing initialization
>      - IRQ configuration at SoC level
>
> This patch set extends the driver support to these SoCs family.
>
> In this second version the device tree was updated allowing to use the
> RTC on Armada 80x0 SoCs. Indeed on the Armada 80x0, the RTC clock in
> CP master is not connected (by package) to the oscillator. So this one
> is disabled for the Armada 8020 and the Armada 8040. On these SoCs it
> will be the RTC clock in CP slave connected to the oscillator which
> will be used.

I saw on IRC than Russell managed to have a more coherent date with this
series on his 8040 based board. For the record, as the U-Boot on this
board didn't provide a "date reset" command for the RTC located on CP
slave, then Russell needed to do the following:

devmem2 0xf428401c w 0
devmem2 0xf4284018 w 0x2000
followed by:
date 021612342017; ntpdate ...; hwclock -uw

But this issue was related to the bootloader not to the kernel. The
other potential issue seen by Russell was about the GIC mapping for the
interrupt, but here again this mapping was done by the 1st stage
bootloader.

Given this information would it be OK to applied this series?

Thanks,

Gregory

>
> Thanks,
>
> Gregory
>
> Gregory CLEMENT (3):
>   rtc: armada38x: Prepare driver to manage different versions
>   rtc: armada38x: Add support for Armada 7K/8K
>   arm64: dts: marvell: add RTC description for Armada 7K/8K
>
>  .../devicetree/bindings/rtc/armada-380-rtc.txt     |   8 +-
>  arch/arm64/boot/dts/marvell/armada-8020.dtsi       |  10 +
>  arch/arm64/boot/dts/marvell/armada-8040.dtsi       |   9 +
>  .../boot/dts/marvell/armada-cp110-master.dtsi      |   7 +
>  .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi |   7 +
>  drivers/rtc/rtc-armada38x.c                        | 217 
> ++++++++++++++++-----
>  6 files changed, 202 insertions(+), 56 deletions(-)
>
> -- 
> 2.11.0
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups 
"rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to