Skip to content

Conversation

@danieldegrasse
Copy link
Contributor

pinctrl dtsi files must be converted to header files for use with pin
groups. Replace all pinctrl dtsi files with header files containing
equivalent definitions.

pinctrl dtsi files must be converted to header files for use with pin
groups. Replace all pinctrl dtsi files with header files containing
equivalent definitions.

Signed-off-by: Daniel DeGrasse <[email protected]>
Comment on lines +12 to +15
#define KINETIS_MUX(port, pin, mux) \
(((((port) - 'A') & 0xF) << 28) | \
(((pin) & 0x3F) << 22) | \
(((mux) & 0x7) << 8))
Copy link
Member

Choose a reason for hiding this comment

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

nit: you could probably have a common non-autogenerated header for this one

@mbolivar-nordic
Copy link

@dleach02 @mmahadevan108 this is blocking zephyrproject-rtos/zephyr#43033, which @gmarull has approved now, so can you please take a look here so we can merge this?

@mmahadevan108 mmahadevan108 merged commit 072bf81 into zephyrproject-rtos:master Mar 1, 2022
@mmahadevan108 mmahadevan108 deleted the kinetis-pinctrl branch June 13, 2025 20:07
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.

4 participants