Re: [PATCH 2/4] nvmem: meson-efuse: bindings: add peripheral clock

2018-11-13 Thread Srinivas Kandagatla
On 30/10/18 10:22, Jerome Brunet wrote: The efuse found in gx SoC requires a peripheral clock to properly operate. We have been able to work without it until now because the clock was on by default, and left on by the CCF. Soon, it will not be the case anymore, so the device needs to claim the

[PATCH 2/4] nvmem: meson-efuse: bindings: add peripheral clock

2018-10-30 Thread Jerome Brunet
The efuse found in gx SoC requires a peripheral clock to properly operate. We have been able to work without it until now because the clock was on by default, and left on by the CCF. Soon, it will not be the case anymore, so the device needs to claim the clock it needs Signed-off-by: Jerome Brunet