Re: [PATCH v2] aiodev: imx_thermal: fix breakage after device tree sync

2023-09-12 Thread Sascha Hauer
On Mon, Sep 11, 2023 at 02:48:08PM +0200, Ahmad Fatoum wrote: > fsl,tempmon-data is a deprecated property that has been replaced > upstream by a NVMEM cell pointing at the calibration value and so > made it into barebox breaking the driver. > > Switch to using the new property to fix the

Re: [PATCH v2] aiodev: imx_thermal: fix breakage after device tree sync

2023-09-11 Thread Marco Felsch
On 23-09-11, Ahmad Fatoum wrote: > fsl,tempmon-data is a deprecated property that has been replaced > upstream by a NVMEM cell pointing at the calibration value and so > made it into barebox breaking the driver. > > Switch to using the new property to fix the regression. > > We do not keep

[PATCH v2] aiodev: imx_thermal: fix breakage after device tree sync

2023-09-11 Thread Ahmad Fatoum
fsl,tempmon-data is a deprecated property that has been replaced upstream by a NVMEM cell pointing at the calibration value and so made it into barebox breaking the driver. Switch to using the new property to fix the regression. We do not keep support for the old binding around as it would be