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/sun7i-a20.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/sun7i-a20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 119f066f0d98..4bc5c6f4cada 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi | |||
@@ -435,7 +435,7 @@ | |||
435 | }; | 435 | }; |
436 | 436 | ||
437 | timer@01c20c00 { | 437 | timer@01c20c00 { |
438 | compatible = "allwinner,sun4i-timer"; | 438 | compatible = "allwinner,sun4i-a10-timer"; |
439 | reg = <0x01c20c00 0x90>; | 439 | reg = <0x01c20c00 0x90>; |
440 | interrupts = <0 22 4>, | 440 | interrupts = <0 22 4>, |
441 | <0 23 4>, | 441 | <0 23 4>, |