diff options
-rw-r--r-- | Documentation/devicetree/bindings/timer/faraday,fttmr010.txt | 2 | ||||
-rw-r--r-- | drivers/clocksource/timer-fttmr010.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/faraday,fttmr010.txt b/Documentation/devicetree/bindings/timer/faraday,fttmr010.txt index 6e18bd662ccb..195792270414 100644 --- a/Documentation/devicetree/bindings/timer/faraday,fttmr010.txt +++ b/Documentation/devicetree/bindings/timer/faraday,fttmr010.txt | |||
@@ -10,6 +10,8 @@ Required properties: | |||
10 | "cortina,gemini-timer", "faraday,fttmr010" | 10 | "cortina,gemini-timer", "faraday,fttmr010" |
11 | "moxa,moxart-timer", "faraday,fttmr010" | 11 | "moxa,moxart-timer", "faraday,fttmr010" |
12 | "aspeed,ast2400-timer" | 12 | "aspeed,ast2400-timer" |
13 | "aspeed,ast2500-timer" | ||
14 | |||
13 | - reg : Should contain registers location and length | 15 | - reg : Should contain registers location and length |
14 | - interrupts : Should contain the three timer interrupts usually with | 16 | - interrupts : Should contain the three timer interrupts usually with |
15 | flags for falling edge | 17 | flags for falling edge |
diff --git a/drivers/clocksource/timer-fttmr010.c b/drivers/clocksource/timer-fttmr010.c index f8801507a687..68982ad8908e 100644 --- a/drivers/clocksource/timer-fttmr010.c +++ b/drivers/clocksource/timer-fttmr010.c | |||
@@ -358,4 +358,5 @@ out_disable_clock: | |||
358 | CLOCKSOURCE_OF_DECLARE(fttmr010, "faraday,fttmr010", fttmr010_timer_init); | 358 | CLOCKSOURCE_OF_DECLARE(fttmr010, "faraday,fttmr010", fttmr010_timer_init); |
359 | CLOCKSOURCE_OF_DECLARE(gemini, "cortina,gemini-timer", fttmr010_timer_init); | 359 | CLOCKSOURCE_OF_DECLARE(gemini, "cortina,gemini-timer", fttmr010_timer_init); |
360 | CLOCKSOURCE_OF_DECLARE(moxart, "moxa,moxart-timer", fttmr010_timer_init); | 360 | CLOCKSOURCE_OF_DECLARE(moxart, "moxa,moxart-timer", fttmr010_timer_init); |
361 | CLOCKSOURCE_OF_DECLARE(aspeed, "aspeed,ast2400-timer", fttmr010_timer_init); | 361 | CLOCKSOURCE_OF_DECLARE(ast2400, "aspeed,ast2400-timer", fttmr010_timer_init); |
362 | CLOCKSOURCE_OF_DECLARE(ast2500, "aspeed,ast2500-timer", fttmr010_timer_init); | ||