mbox series

[0/3] rockchip: efuse: add RK3288/RK3328 support

Message ID 20201013202116.24850-1-jonas@kwiboo.se
Headers show
Series rockchip: efuse: add RK3288/RK3328 support | expand

Message

Jonas Karlman Oct. 13, 2020, 8:21 p.m. UTC
This extends rockchip efuse driver with support for RK3288 and RK3328.

Patch 1 and 2 was picked from vendor u-boot and updated to work with
mainline u-boot.

Patch 3 updates and enable the efuse node in rk3288.dtsi.

This makes it possible to get a persisted ethaddr using:

 CONFIG_MISC=y
 CONFIG_MISC_INIT_R=y
 CONFIG_ROCKCHIP_EFUSE=y
 CONFIG_SHA256=y

Best regards,
Jonas

Francis Fan (1):
  rockchip: efuse: add support for RK3288 non-secure efuse

Jonas Karlman (1):
  rockchip: dts: rk3288: enable efuse node

Joseph Chen (1):
  rockchip: efuse: add support for RK3328 non-secure efuse

 arch/arm/dts/rk3288.dtsi      |   3 +-
 drivers/misc/rockchip-efuse.c | 158 +++++++++++++++++++++++++++++++++-
 2 files changed, 155 insertions(+), 6 deletions(-)