ARM: rockchip: rk312x: enable rockchip timer as broadcast timer
author黄涛 <huangtao@rock-chips.com>
Thu, 31 Jul 2014 05:59:15 +0000 (13:59 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 31 Jul 2014 06:00:10 +0000 (14:00 +0800)
arch/arm/boot/dts/rk312x.dtsi

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