-
Notifications
You must be signed in to change notification settings - Fork 119
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
Ethernet: Add stm32n6 pinctrl #258
Ethernet: Add stm32n6 pinctrl #258
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put commits in the logical order:
- New filters
- New batch
@@ -144,6 +144,22 @@ | |||
match: "^ETH_TXD3$" | |||
slew-rate: very-high-speed | |||
|
|||
- name: ETH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might not be obvious why this differs from other ETH filters above.
Maybe you should specify "ETH (STM32N6 IP)", or sort of.
Additionally, it would be nice to squash the other ETH pins into a one liner to help comparing (non-blocking though)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Add STM32N6 Ethernet pinctrl config. Use specific entry for "ETH (STM32N6 IP)" for clarify. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
33fe1c3
to
572fb3e
Compare
… entry Combined individual ETH pin configurations into a single entry for better readability and maintainability. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Update STM32N6 pinctrl dtsi files with the ETH pins Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
572fb3e
to
65fe1ab
Compare
Update STM32N6 pinctrl dtsi files with the ETH pins
Add STM32N6 Ethernet pinctrl config to stm32-pinctrl-config.yaml