mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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:
parent
52d9b4fee7
commit
f90b33a574
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user