Re: [U-Boot] [PATCH 2/4] rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block

2017-04-28 Thread Simon Glass
On 26 April 2017 at 16:36, Philipp Tomsich wrote: > This adds a simple driver for reading the efuse block of the RK3399. > It should be easy enough to add drivers for other devices (e.g. the > RK3328, RK3368, etc.) by passing the device details via

[U-Boot] [PATCH 2/4] rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block

2017-04-26 Thread Philipp Tomsich
This adds a simple driver for reading the efuse block of the RK3399. It should be easy enough to add drivers for other devices (e.g. the RK3328, RK3368, etc.) by passing the device details via driver_data. Unlike the kernel driver (using the nvmem subsystem), we don't expose the efuse as multiple