On Thu, Sep 12, 2013 at 07:51:27AM +0100, Fan Rong wrote: > Signed-off-by: Fan Rong <cin...@gmail.com> > --- > arch/arm/boot/dts/sun7i-a20.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi > b/arch/arm/boot/dts/sun7i-a20.dtsi > index bfedcb2..ce138f7 100644 > --- a/arch/arm/boot/dts/sun7i-a20.dtsi > +++ b/arch/arm/boot/dts/sun7i-a20.dtsi > @@ -312,5 +312,14 @@ > #interrupt-cells = <3>; > interrupts = <1 9 0xf04>; > }; > + > + timer { > + compatible ="arm,armv7-timer";
Space after the '=' please. > + interrupts = <1 13 0x308>, > + <1 14 0x308>, > + <1 11 0x308>, > + <1 10 0x308>; > + clock-frequency = <24000000>; If at all possible, your bootloader should set CNTFREQ, and clock-frequency should only be used as a last resort when it's impossible to get it to set CNTFREQ. It's not possible to set CNTFREQ from the non-secure side, so guests (which might not be Linux, and might not handle DT in the same way) may see a completely wrong frequency value. Thanks, Mark. > + }; > }; > }; > -- > 1.7.9.5 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/