[patch][RPi4] Add support for BCM2711 GPIO pull configuration.
UEMURA Tetsuya <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
Hi. As I've commented on the bug 256372, the current FreBSD's BCM2835 GPIO driver can't handle internal pull up/down configuration of BCM2711 (the SoC on RPI4 family) GPIO. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256372 Fortunately NetBSD has support for the newer method and it's fairly trivial to port it on FreeBSD, so I've written a patch. Please someone test and commit it, or if necessary, I'll create a review on Phabricator. Thanks in advance for help. -- Tetsuya Uemura <[email protected]>