-
Notifications
You must be signed in to change notification settings - Fork 5.2k
bcm2708-i2s does not support Device Tree for GPIO mapping #1023
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
Comments
Is the fix to simply wrap all of the fixed GPIO setup stuff in bcm2708_i2s_setup_gpio() in a: |
Yes, I think so. I have that change sitting in a stash already, it just needs testing. On 11 Jun 2015 9:09 pm, James Adams [email protected] wrote:Is the fix to simply wrap all of the fixed GPIO setup stuff in bcm2708_i2s_setup_gpio() in a: —Reply to this email directly or view it on GitHub. |
OK I was going to do a quick change and test but there is no pdev node passed to bcm2708_i2s_setup_gpio(); |
@jimbojr has your issue been resolved? If so, please close this issue. Thanks. |
The bcm2708_i2s_setup_gpio() function in bcm2708-i2s.c needs to be updated to use Device Tree for GPIO location (it currently just sets up fixed GPIOs on bank 0).
The text was updated successfully, but these errors were encountered: