[PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-18 Thread Geert Uytterhoeven
According to the datasheet, the frequency of the ARM architecture timer on RZ/G1E depends on the frequency of the ZS clock, just like on R-Car E2 and V2H. Signed-off-by: Geert Uytterhoeven --- Untested due to lack of hardware. v2: - Rebased to avoid dependencies. --- arch/arm/mach-shmobile/se

RE: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-18 Thread Biju Das
org; linux-arm- > ker...@lists.infradead.org; Geert Uytterhoeven > Subject: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on > RZ/G1E > > According to the datasheet, the frequency of the ARM architecture timer on > RZ/G1E depends on the frequency of the ZS clock, just like on R-Car

Re: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-27 Thread Simon Horman
On Tue, Jul 18, 2017 at 01:59:58PM +, Biju Das wrote: > It looks good to me. > > Regards, > Biju Thanks for your review. A few comments on it to keep in mind for next time: * Please don't top-post * Please consider providing a more formal tag, e.g. Reviewed-by

Re: [PATCH] ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E

2017-07-27 Thread Simon Horman
On Tue, Jul 18, 2017 at 03:29:17PM +0200, Geert Uytterhoeven wrote: > According to the datasheet, the frequency of the ARM architecture timer > on RZ/G1E depends on the frequency of the ZS clock, just like on R-Car > E2 and V2H. > > Signed-off-by: Geert Uytterhoeven > --- > Untested due to lack o