Re: [PATCH v3 3/4] nvmem: sunxi-sid: add support for H5's SID controller

2018-07-30 Thread Rob Herring
On Fri, Jul 27, 2018 at 01:52:04PM +0200, Emmanuel Vadot wrote: > The H5 SoC have a SID controller that looks like the one in A64, the > cells are in the same offset but doesn't contain the same data (thermal > sensor calibration for example). > Add a binding for it. > > Signed-off-by: Emmanuel Va

[PATCH v3 3/4] nvmem: sunxi-sid: add support for H5's SID controller

2018-07-27 Thread Emmanuel Vadot
The H5 SoC have a SID controller that looks like the one in A64, the cells are in the same offset but doesn't contain the same data (thermal sensor calibration for example). Add a binding for it. Signed-off-by: Emmanuel Vadot --- Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt |