-
Notifications
You must be signed in to change notification settings - Fork 146
scripts: genpinctrl: add eth pins for stm32h7rs #297
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
scripts: genpinctrl: add eth pins for stm32h7rs #297
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.
More context about why these changes are required would be needed.
Also, please add a second commit with the new batch generated with these changes.
6c2eef9
to
ef6adb7
Compare
@mariopaja Just to be sure, is the last commit is the full output of
? I mean the effect of your changes to the whole STM32 family ? Tbh I'd be surprised. |
506ea02
to
42c5005
Compare
@erwango I noticed that the issue was the JTAG PORT |
@mariopaja Can you drop the WBA JTAG PORT changes? This is an issue on our side that should be fixed. Otherwise LGTM |
42c5005
to
d5b911f
Compare
d5b911f
to
40bab53
Compare
40bab53
to
f4a99d9
Compare
|
||
- name: ETH_RMII | ||
match: "^ETH\\d+_RMII_(?:CRS_DV|REF_CLK|RXD[0-1]|RX_CLK|RX_ER|TX_EN|RX_DV|TXD[0-1]|TX_CLK|TX_EN)$" | ||
match: '^ETH\d?_RMII_(?:COL|CRS|RXD[0-3]|RX_CLK|RX_DV|RX_ER|TX_EN|TXD[0-3]|TX_CLK|TX_EN)$' |
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.
Sorry if I wasn't clear enough, but CRS_DV|REF_CLK
should stay.
Update pinctrl-config to generate ETH_MII & ETH_RMII. STM32H7RS uses a different declaration format for the eth pinctrl Signed-off-by: Mario Paja <[email protected]>
Add stm32h7rs pinctrl ETH_MII & ETH_RMII Signed-off-by: Mario Paja <[email protected]>
f4a99d9
to
43777c4
Compare
Update pinctrl-config to generate ETH_MII & ETH_RMII.
STM32H7RS uses a different declaration format for the eth pinctrl compared to H7 or N6 series