Skip to content

Commit f823310

Browse files
claudiubezneanoglitch
authored andcommitted
clocksource/drivers/timer-atmel-tcb: Add sama5d2 to tcb compatible
Update tcb compatible string for SAMA5D2. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> [nicolas.ferre@microchip.com: split from DT changes] Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 5880e28 commit f823310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clocksource/timer-atmel-tcb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ static const u8 atmel_tcb_divisors[5] = { 2, 8, 32, 128, 0, };
351351
static const struct of_device_id atmel_tcb_of_match[] = {
352352
{ .compatible = "atmel,at91rm9200-tcb", .data = (void *)16, },
353353
{ .compatible = "atmel,at91sam9x5-tcb", .data = (void *)32, },
354+
{ .compatible = "atmel,sama5d2-tcb", .data = (void *)32, },
354355
{ /* sentinel */ }
355356
};
356357

0 commit comments

Comments
 (0)