diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-03-13 23:07:44 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-04-11 22:11:21 +0200 |
commit | 818270d573674188cfe731992e66455e2e183e64 (patch) | |
tree | 0e3efbda0d8dd2c40b4dd1945878d0be4df57524 /arch/arm/boot/dts/versatile-ab.dts | |
parent | ARM: versatile: add versatile dtbs to dtbs target (diff) | |
download | linux-818270d573674188cfe731992e66455e2e183e64.tar.xz linux-818270d573674188cfe731992e66455e2e183e64.zip |
ARM: versatile: use OF init for sp804 timer
Enable DT based init for the sp804 timers on versatile DT platform.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/boot/dts/versatile-ab.dts')
-rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index e2fe3195c0d1..dde75ae8b4b1 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts @@ -121,6 +121,18 @@ interrupts = <0>; }; + timer@101e2000 { + compatible = "arm,sp804", "arm,primecell"; + reg = <0x101e2000 0x1000>; + interrupts = <4>; + }; + + timer@101e3000 { + compatible = "arm,sp804", "arm,primecell"; + reg = <0x101e3000 0x1000>; + interrupts = <5>; + }; + gpio0: gpio@101e4000 { compatible = "arm,pl061", "arm,primecell"; reg = <0x101e4000 0x1000>; |