]> git.baikalelectronics.ru Git - uboot.git/commit
misc: nuvoton: Add NPCM7xx otp controller driver
authorJim Liu <jim.t90615@gmail.com>
Tue, 7 Jun 2022 08:33:54 +0000 (16:33 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 01:30:05 +0000 (21:30 -0400)
commit29c93d9a27147f4c21549d08de2a67bb46068356
treec28544308df50b93b3029532b04c6f15cf0e688c
parent16e6f56f613a106175b5d34fca24bf8bde994f47
misc: nuvoton: Add NPCM7xx otp controller driver

Add Nuvoton BMC npcm750 otp driver

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
arch/arm/include/asm/arch-npcm7xx/otp.h [new file with mode: 0644]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/npcm_otp.c [new file with mode: 0644]