]> www.infradead.org Git - users/willy/pagecache.git/commit
nvmem: add new NXP QorIQ eFuse driver
authorRichard Alpe <richard@bit42.se>
Mon, 10 Apr 2023 08:20:51 +0000 (10:20 +0200)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 28 Jul 2023 07:28:17 +0000 (08:28 +0100)
commitc8efcf7a86ebf2ff48584d270b3070a7075bc345
tree8804cbf5a433e679d6f5cfed1e9d1e0e0fd110b2
parent0401edffa3380524e8c514504877b69f30a7439a
nvmem: add new NXP QorIQ eFuse driver

Add SFP (Security Fuse Processor) read support for NXP (Freescale)
QorIQ series SOC's.

This patch adds support for the T1023 SOC using the SFP offset from
the existing T1023 device tree. In theory this should also work for
T1024, T1014 and T1013 which uses the same SFP base offset.

Signed-off-by: Richard Alpe <richard@bit42.se>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
drivers/nvmem/Kconfig
drivers/nvmem/Makefile
drivers/nvmem/qoriq-efuse.c [new file with mode: 0644]