linux/drivers/soc/atmel
Claudiu Beznea 6808965568 drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
of_match_node() calls __of_match_node() which loops though the entries of
matches array. It stops when condition:
(matches->name[0] || matches->type[0] || matches->compatible[0]) is
false. Thus, add a null entry at the end of at91_soc_allowed_list[]
array.

Fixes: caab13b496 ("drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs")
Cc: stable@vger.kernel.org #4.12+
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2021-01-22 23:35:14 +01:00
..
Kconfig soc: at91: Add Atmel SFR SN (Serial Number) support 2019-11-07 22:33:10 +01:00
Makefile soc: at91: Add Atmel SFR SN (Serial Number) support 2019-11-07 22:33:10 +01:00
sfr.c soc: at91: Add Atmel SFR SN (Serial Number) support 2019-11-07 22:33:10 +01:00
soc.c drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[] 2021-01-22 23:35:14 +01:00
soc.h ARM: at91: sam9x60 SiP types added to soc description 2020-10-28 21:27:39 +01:00