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

(cherry picked from commit 2551d92850)
This commit is contained in:
Emmanuel Vadot 2021-02-17 13:12:45 +01:00
parent 944f431655
commit 796faf365c

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}
};