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

usb-sd-mux/FAST: Fix GPIO number-to-pin definition #85

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

SmithChart
Copy link
Member

This change fixes the mapping between the GPIO numbers (as written on the device) and the IOs of the I2C port-expander.

This mismatch was present since support for the FAST was added in ab42135.
It seems the swapping of the pins in the schematic has been overlooked (see #83 for that particular part of the schematic) during tool development. Additionally early prototypes were missing the GPIO numbers in silkscreen - masking this problem.

With this change we will break the pin assignment for all users of releases up to 24.01.1. Thus this must be added to the release notes.

I have tested these changes on a series production device. The pin definition is now correct.

This change fixes the mapping between the GPIO numbers (as written on
the device) and the IOs of the I2C port-expander.

This mismatch was present since support for the FAST was added in
ab42135.
It seems the swapping of the pins in the schematic has been overlooked
(see linux-automation#83 for that
particular part of the schematic) during tool development.
Additionally early prototypes were missing the GPIO numbers in
silkscreen - masking this problem.

With this change we will break the pin assignment for all users of
releases up to 24.01.1. Thus this must be added to the release notes.

Signed-off-by: Chris Fiege <cfi@pengutronix.de>
@SmithChart SmithChart requested a review from hnez October 30, 2024 13:40
Copy link
Member

@hnez hnez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've checked the new pin numbers against the schematic and PCB silkscreen.
Looks good to me now.

@SmithChart SmithChart merged commit 7ae1535 into linux-automation:master Nov 4, 2024
6 checks passed
@SmithChart SmithChart deleted the fast-gpio branch November 4, 2024 07:03
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

Successfully merging this pull request may close these issues.

2 participants