arm64: rpi4: gpio: Add brcm,bcm2711-gpio compatible

Looks like we never enabled the main gpio controller on the RPI4 board.
Now gpio are usable.

MFC after:	3 days
This commit is contained in:
Emmanuel Vadot 2021-02-17 13:12:45 +01:00
parent 1cf2823631
commit 2551d92850

View File

@ -157,6 +157,7 @@ enum bcm_gpio_pud {
static struct ofw_compat_data compat_data[] = {
{"broadcom,bcm2835-gpio", 1},
{"brcm,bcm2835-gpio", 1},
{"brcm,bcm2711-gpio", 1},
{NULL, 0}
};