Skip to content

Commit b1c59d1

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>
1 parent b0a0b23 commit b1c59d1

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
@@ -512,6 +512,8 @@
512512
atmel,max-sample-rate-hz = <20000000>;
513513
atmel,startup-time-ms = <4>;
514514
#io-channel-cells = <1>;
515+
nvmem-cells = <&temperature_calib>;
516+
nvmem-cell-names = "temperature_calib";
515517
status = "disabled";
516518
};
517519

0 commit comments

Comments
 (0)