Signed-off-by: Fan Rong <cin...@gmail.com>
---
 arch/arm/boot/dts/sun7i-a20.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index e1bff17..8d5e318 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -312,5 +312,15 @@
                        #interrupt-cells = <3>;
                        interrupts = <1 9 0xf04>;
                };
+
+               timer {
+                       compatible ="arm,armv7-timer";
+                       interrupts = <1 13 0x308>,
+                                    <1 14 0x308>,
+                                    <1 11 0x308>,
+                                    <1 10 0x308>;
+                       clock-frequency = <24000000>;
+               };
+
        };
 };
-- 
1.8.1.2

--
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/

Reply via email to