]> git.dujemihanovic.xyz Git - u-boot.git/commit
reset: npcm: Add support for Nuvoton NPCM BMC family
authorJim Liu <jim.t90615@gmail.com>
Wed, 3 Jan 2024 07:29:33 +0000 (15:29 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 22:05:29 +0000 (17:05 -0500)
commit883a7a982a56b1e121f77b1d30ce880a0164d624
treedb6cdc8308c595092ede33048dae9ff1e7d365cc
parent9b8b0431ea6ab1a0190cd566af11ab8b37aad0d9
reset: npcm: Add support for Nuvoton NPCM BMC family

Add reset controller driver for Nuvoton BMCs.
The npcm reset driver not only supports reset each module reset
but setting initial value of reset Control Registers.

And The driver support each module reset.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-npcm.c [new file with mode: 0644]