Re: [PATCH] arm: dts: ls1021a: fix the value of TMR_FIPER1

2017-11-28 Thread Shawn Guo
; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; Rob Herring ; Mark > Rutland ; Russell King > Cc: Y.b. Lu > Subject: [PATCH] arm: dts: ls1021a: fix the value of TMR_FIPER1 ARM: dts: ... > > The timer fixed interval period pulse generator register is use

RE: [PATCH] arm: dts: ls1021a: fix the value of TMR_FIPER1

2017-11-23 Thread Y.b. Lu
: [PATCH] arm: dts: ls1021a: fix the value of TMR_FIPER1 The timer fixed interval period pulse generator register is used to generate periodic pulses. The down count register loads the value programmed in the fixed period interval (FIPER). At every tick of the timer accumulator overflow, the counter

[PATCH] arm: dts: ls1021a: fix the value of TMR_FIPER1

2017-11-09 Thread Yangbo Lu
The timer fixed interval period pulse generator register is used to generate periodic pulses. The down count register loads the value programmed in the fixed period interval (FIPER). At every tick of the timer accumulator overflow, the counter decrements by the value of TMR_CTRL[TCLK_PERIOD]. It ge