-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[TOPIC-GPIO] gpio: gecko: Add init macro and support for more ports #20181
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
Conversation
|
All checks passed. checkpatch (informational only, not a failure)Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
|
Its probably best this was done against the 'topic-gpio' branch. |
|
@galak OK, i will change the target branch to topic-gpio |
This removes a lot of copy-and-paste. Signed-off-by: Christian Taedcke <[email protected]>
The gecko gpio driver can now utilize ports a to k. Signed-off-by: Christian Taedcke <[email protected]>
bd217e2 to
ad65142
Compare
I updated the reviewers list. |
Add device tree elements for all gpio ports of the efr32mg12p including the dts fixup entries. Also remove gpio port e since this is not available in efr32mg12p socs. Signed-off-by: Christian Taedcke <[email protected]>
ad65142 to
9aa4591
Compare
This introduces a macro to initialize gpio ports to the gecko gpio driver. This macro simplified adding support for port g to port k.
These ports are also added to the efr32mg12p soc dtsi file.
Port k will actually be used in the pull request #20194 which adds a basic spi driver to the efr32mg board that connects to a spi nor flash.