diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-05-17 15:24:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-26 18:19:18 -0400 |
commit | c3600e1f92b772f8e50d81c4f1c233839b48f2cf (patch) | |
tree | 69ae22934d156500d7903519330187afb996b7f0 /MAINTAINERS | |
parent | 19f589923af27f9caf32615f179e19a240a07672 (diff) | |
download | u-boot-c3600e1f92b772f8e50d81c4f1c233839b48f2cf.tar.gz |
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 <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5670917b41..3209dcd318 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -204,6 +204,7 @@ M: Patrick Delaunay <patrick.delaunay@st.com> S: Maintained F: arch/arm/mach-stm32mp F: drivers/clk/clk_stm32mp1.c +F: drivers/misc/stm32mp_fuse.c F: drivers/ram/stm32mp1/ ARM STM STV0991 |