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

drivers: counter: sam: Allow empty pinctrl config #83510

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

nandojve
Copy link
Member

@nandojve nandojve commented Jan 2, 2025

The Atmel counter driver requires a valid pinctrl list to initialize. This relax this condition since the timer can be used as general purpose timer, which may not require a pin associated with the timer unit.

Fixes #83509

The Atmel counter driver requires a valid pinctrl list to initialize.
This relax this condition since the timer can be used as general purpose
timer, which may not require a pin associated with the timer unit.

Fixes zephyrproject-rtos#83509

Signed-off-by: Gerson Fernando Budke <[email protected]>
@nandojve nandojve added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jan 2, 2025
@nandojve nandojve added this to the v4.1.0 milestone Jan 2, 2025
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Counter platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) labels Jan 2, 2025
@kartben kartben merged commit bff3874 into zephyrproject-rtos:main Jan 3, 2025
34 checks passed
@nandojve nandojve deleted the sam/fix-counter-pinctrl branch January 3, 2025 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Counter platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers: counter: sam: driver requires a valid pinctrl list to initialize
5 participants