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

driver: reset: npcx: add driver support for reset controller #70932

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

ChiHuaL
Copy link
Contributor

@ChiHuaL ChiHuaL commented Apr 1, 2024

Nuvoton NPCX chips have reset registers which allow to reset the peripheral hardware modules.
This commit adds the support by implementing the reset driver.
Note that only the reset_line_toggle API is supported because of the nature of the reset controller's design.

@zephyrbot zephyrbot added platform: Nuvoton Numicro Numaker Nuvoton Technology Corporation, Numicro Numaker area: Devicetree Binding PR modifies or adds a Device Tree binding platform: Nuvoton NPCX Nuvoton NPCX labels Apr 1, 2024
@fabiobaltieri fabiobaltieri assigned MulinChao and unassigned galak Apr 1, 2024
fabiobaltieri
fabiobaltieri previously approved these changes Apr 3, 2024
keith-zephyr
keith-zephyr previously approved these changes Apr 8, 2024
drivers/reset/reset_npcx.c Outdated Show resolved Hide resolved
Nuvoton NPCX chips have reset registers which allow to reset the
peripheral hardware modules. This commit adds the support by
implementing the reset driver. Note that only the reset_line_toggle API
is supported because of the nature of the reset controller's design.

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
@aescolar aescolar merged commit 011b730 into zephyrproject-rtos:main Apr 16, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Devicetree Binding PR modifies or adds a Device Tree binding platform: Nuvoton NPCX Nuvoton NPCX platform: Nuvoton Numicro Numaker Nuvoton Technology Corporation, Numicro Numaker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants