mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
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:
parent
944f431655
commit
796faf365c
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue