ARM: rockchip: rk3036: enable rockchip timer as broadcast timer
author黄涛 <huangtao@rock-chips.com>
Thu, 24 Jul 2014 09:02:49 +0000 (17:02 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 24 Jul 2014 09:02:49 +0000 (17:02 +0800)
arch/arm/boot/dts/rk3036.dtsi

index cdfe2a4bb1e10cee7020971b5a16e712104963a1..6337905951a167421b5ef1336a81657eb44cc8a9 100755 (executable)
                clock-frequency = <24000000>;
        };
 
+       timer@20044000 {
+               compatible = "rockchip,timer";
+               reg = <0x20044000 0x20>;
+               interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
+               rockchip,broadcast = <1>;
+       };
+
        watchdog: wdt@2004c000 {
                compatible = "rockchip,watch dog";
                reg = <0x2004c000 0x100>;