Commit 737894d2 authored by Eugen Hristev's avatar Eugen Hristev Committed by Linus Walleij
Browse files

pinctrl: at91-pio4: add support for sama7g5 SoC

parent 1e871d0c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -983,10 +983,17 @@ static const struct atmel_pioctrl_data atmel_sama5d2_pioctrl_data = {
	.nbanks		= 4,
};

static const struct atmel_pioctrl_data microchip_sama7g5_pioctrl_data = {
	.nbanks		= 5,
};

static const struct of_device_id atmel_pctrl_of_match[] = {
	{
		.compatible = "atmel,sama5d2-pinctrl",
		.data = &atmel_sama5d2_pioctrl_data,
	}, {
		.compatible = "microchip,sama7g5-pinctrl",
		.data = &microchip_sama7g5_pioctrl_data,
	}, {
		/* sentinel */
	}