summaryrefslogtreecommitdiff
path: root/drivers/soc/atmel/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soc/atmel/soc.c')
-rw-r--r--drivers/soc/atmel/soc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
index 39aaaf286099..c5e713dd1016 100644
--- a/drivers/soc/atmel/soc.c
+++ b/drivers/soc/atmel/soc.c
@@ -250,7 +250,8 @@ static const struct of_device_id at91_soc_allowed_list[] __initconst = {
{ .compatible = "atmel,at91rm9200", },
{ .compatible = "atmel,at91sam9", },
{ .compatible = "atmel,sama5", },
- { .compatible = "atmel,samv7", }
+ { .compatible = "atmel,samv7", },
+ { }
};
static int __init atmel_soc_device_init(void)