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

2023-09-11 Thread Marco Felsch
On 23-09-11, Ahmad Fatoum wrote: > On 11.09.23 14:35, Marco Felsch wrote: > > 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.

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

2023-09-11 Thread Ahmad Fatoum
On 11.09.23 14:35, Marco Felsch wrote: > 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

Re: [PATCH master] 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. The Linux driver code

[PATCH master] 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. Fixes: abef60363d8e ("dts: update to v5.8-rc1") Signed-off-by: