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)
commit0ae1c77199a6ae0b5bf759f894736898d62d46b0
treec28544308df50b93b3029532b04c6f15cf0e688c
parent2eeb4ee97ef8ebf92f4097ddba0dfc9654370196
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]