Re: [PATCH v3] ARM: dts: sunxi: Add sid for a83t

2018-04-19 Thread Maxime Ripard
On Thu, Apr 19, 2018 at 09:11:03AM -0500, kev...@freebsd.org wrote: > Allwinner a83t has a 1 KB sid block with efuse for security rootkey and > thermal > calibration data, add node to describe it. > > a83t-sid is not currently supported by nvmem/sunxi-sid, but it is > supported in an external dri

[PATCH v3] ARM: dts: sunxi: Add sid for a83t

2018-04-19 Thread kevans
Allwinner a83t has a 1 KB sid block with efuse for security rootkey and thermal calibration data, add node to describe it. a83t-sid is not currently supported by nvmem/sunxi-sid, but it is supported in an external driver for FreeBSD. Signed-off-by: Kyle Evans --- Changes in v3: - rebased agains