Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use devicetree overlay so we can properly map the reset GPIO with gpiod #57

Open
al177 opened this issue Jul 6, 2024 · 0 comments
Open

Comments

@al177
Copy link
Owner

al177 commented Jul 6, 2024

Recent (6.somethingorother) kernels removed the legacy GPIO interface we used for controlling the ESP8089 reset from the Pi (or other platform). For now there's a hackish method in place to use a deprecated but not-yet-axed GPIO interface called libgpio, but this hack makes the driver Pi-specific and we can't expect that libgpio will be around for long (commit 4865180).

Create a Devicetree overlay for Raspberry Pi that can be installed alongside the DKMS, and be used as a template for other platforms. Update sdio_stub.c reset function to use gpiod instead of libgpio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant