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

ath79: migrate GPIO numbering with OpenWrt 24.10 #3415

Open
blocktrron opened this issue Jan 8, 2025 · 1 comment
Open

ath79: migrate GPIO numbering with OpenWrt 24.10 #3415

blocktrron opened this issue Jan 8, 2025 · 1 comment
Labels
1. severity: blocker This issue/pr is required for the next release
Milestone

Comments

@blocktrron
Copy link
Member

OpenWrt 24.10 changed the starting index of GPIO lines of the SoC:

openwrt/openwrt@ee01666

It needs to be verified if we need to migrate those. One potential device is the CPE210 and its PoE passthrough switch.

@rotanid rotanid added the 1. severity: blocker This issue/pr is required for the next release label Jan 9, 2025
@rotanid rotanid added this to the v2025.1 milestone Jan 10, 2025
@maurerle
Copy link
Member

I tested this on a CPE210.

Activating PoE passthrough did work fine.
The GPIO pin was successfully migrated to the new Pins

system.poe_passthrough=gpio_switch
system.poe_passthrough.name='PoE Passthrough'
system.poe_passthrough.gpio_pin='532'
system.poe_passthrough.value='1'

I did update from v2022 to gluon-main with poe disabled which kept the setting.
Did enable poe successfully.
Did downgrade to v2023.2.3 successfully with keeping the poe setting.
Did upgrade back to gluon main with keeping the PoE setting successfully.

So it looks like everything works fine with the GPIO change for the PoE passthrough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. severity: blocker This issue/pr is required for the next release
Projects
None yet
Development

No branches or pull requests

3 participants