stm32mp1: add FUSE command support
authorPatrick Delaunay <[email protected]>
Thu, 17 May 2018 13:24:06 +0000 (15:24 +0200)
committerTom Rini <[email protected]>
Sat, 26 May 2018 22:19:18 +0000 (18:19 -0400)
commitc3600e1f92b772f8e50d81c4f1c233839b48f2cf
tree69ae22934d156500d7903519330187afb996b7f0
parent19f589923af27f9caf32615f179e19a240a07672
stm32mp1: add FUSE command support

Add support of fuse command (read/write/program/sense)
on bank 0 to access to BSEC SAFMEM (4096 OTP bits).

Signed-off-by: Patrick Delaunay <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
MAINTAINERS
arch/arm/Kconfig
configs/stm32mp15_basic_defconfig
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/stm32mp_fuse.c [new file with mode: 0644]