ARM: dts: at91: sama7g5: add cells for temperature calibration

Add NVMEM cell to ADC for temperature calibration data.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20221026124114.985876-5-claudiu.beznea@microchip.com
This commit is contained in:
Claudiu Beznea 2022-10-26 15:41:07 +03:00
parent 52d9b4fee7
commit f90b33a574

View File

@ -422,6 +422,8 @@ adc: adc@e1000000 {
atmel,max-sample-rate-hz = <20000000>;
atmel,startup-time-ms = <4>;
#io-channel-cells = <1>;
nvmem-cells = <&temperature_calib>;
nvmem-cell-names = "temperature_calib";
status = "disabled";
};