Skip to content

Commit 71cdef8

Browse files
committed
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
1 parent 6a35da2 commit 71cdef8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/sama7g5.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@
422422
atmel,max-sample-rate-hz = <20000000>;
423423
atmel,startup-time-ms = <4>;
424424
#io-channel-cells = <1>;
425+
nvmem-cells = <&temperature_calib>;
426+
nvmem-cell-names = "temperature_calib";
425427
status = "disabled";
426428
};
427429

0 commit comments

Comments
 (0)