diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-06 04:40:32 -0500 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-03-11 18:04:50 -0400 |
commit | b4f26440d932d022e109fb7a0518ae291e72f399 (patch) | |
tree | 59c07d844dd0b757cdf2b6381881b3b30123021d /arch/arm/boot/dts/sun4i-a10.dtsi | |
parent | ec6c085cc779ae863d363e7d076b763a2a0aca4c (diff) |
ARM: sunxi: dt: Convert to the new clocksource compatible
Switch the device tree to the new compatibles introduced in the timer driver
to have a common pattern accross all Allwinner SoCs.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 040bb0eba152..dd64cc0dbef3 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi | |||
@@ -403,7 +403,7 @@ | |||
403 | }; | 403 | }; |
404 | 404 | ||
405 | timer@01c20c00 { | 405 | timer@01c20c00 { |
406 | compatible = "allwinner,sun4i-timer"; | 406 | compatible = "allwinner,sun4i-a10-timer"; |
407 | reg = <0x01c20c00 0x90>; | 407 | reg = <0x01c20c00 0x90>; |
408 | interrupts = <22>; | 408 | interrupts = <22>; |
409 | clocks = <&osc24M>; | 409 | clocks = <&osc24M>; |