mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
pinctrl: at91-pio4: add compatible for sama7g5 pinctrl block
Add new compatible to microchip,sama7g5 new SoC. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
558378a4cd
commit
63ef81625e
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ static int atmel_pinctrl_probe(struct udevice *dev)
|
|||
|
||||
static const struct udevice_id atmel_pinctrl_match[] = {
|
||||
{ .compatible = "atmel,sama5d2-pinctrl" },
|
||||
{ .compatible = "microchip,sama7g5-pinctrl" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue