ARM: ux500: Configure the PRCMU Timer for db8500 based devices in DT
authorLee Jones <lee.jones@linaro.org>
Tue, 24 Apr 2012 09:00:15 +0000 (10:00 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Apr 2012 10:46:41 +0000 (12:46 +0200)
This patch adds the information required for successful
registration of the PRCMU timer 4 (clocksource) driver to the
db8500 Device Tree include file.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/db8500.dtsi

index a2eb095e4a3c1139e066f52e8655487d42f11a69..881bc398784483169535a156158a4b2598beb23a 100644 (file)
                        reg = <0x80157000 0x1000>;
                        interrupts = <46 47>;
                        #address-cells = <1>;
-                       #size-cells = <0>;
+                       #size-cells = <1>;
+                       ranges;
+
+                               prcmu-timer-4@80157450 {
+                               compatible = "stericsson,db8500-prcmu-timer-4";
+                               reg = <0x80157450 0xC>;
+                       };
 
                        ab8500@5 {
                                compatible = "stericsson,ab8500";