misc: add driver for the SiFive otp controller
authorPragnesh Patel <pragnesh.patel@sifive.com>
Fri, 29 May 2020 06:03:21 +0000 (11:33 +0530)
committerAndes <uboot@andestech.com>
Thu, 4 Jun 2020 01:44:08 +0000 (09:44 +0800)
commit05307213c6aca1fdb300c8854c4b5881451b633d
tree539d4472b346578395178274d42fa47a4543ad1a
parent0d8f35b58cc8458a5263b424896a386429ee49e5
misc: add driver for the SiFive otp controller

Added a misc driver to handle OTP memory in SiFive SoCs.

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/sifive-otp.c [new file with mode: 0644]