diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-04-24 05:00:15 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-04-25 06:46:41 -0400 |
commit | 3de3d74956e26af0a5647e98f73eaf8efd0d07bd (patch) | |
tree | 5f0b291f6cd75abe067c65a251623ccee63b3783 /arch/arm/boot/dts/db8500.dtsi | |
parent | bf76e062c1b451223c462bb3452a1a8c7d5c0de5 (diff) |
ARM: ux500: Configure the PRCMU Timer for db8500 based devices in DT
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>
Diffstat (limited to 'arch/arm/boot/dts/db8500.dtsi')
-rw-r--r-- | arch/arm/boot/dts/db8500.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index a2eb095e4a3c..881bc3987844 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi | |||
@@ -171,7 +171,13 @@ | |||
171 | reg = <0x80157000 0x1000>; | 171 | reg = <0x80157000 0x1000>; |
172 | interrupts = <46 47>; | 172 | interrupts = <46 47>; |
173 | #address-cells = <1>; | 173 | #address-cells = <1>; |
174 | #size-cells = <0>; | 174 | #size-cells = <1>; |
175 | ranges; | ||
176 | |||
177 | prcmu-timer-4@80157450 { | ||
178 | compatible = "stericsson,db8500-prcmu-timer-4"; | ||
179 | reg = <0x80157450 0xC>; | ||
180 | }; | ||
175 | 181 | ||
176 | ab8500@5 { | 182 | ab8500@5 { |
177 | compatible = "stericsson,ab8500"; | 183 | compatible = "stericsson,ab8500"; |