diff options
author | Claudiu Beznea <[email protected]> | 2022-10-26 15:41:07 +0300 |
---|---|---|
committer | Claudiu Beznea <[email protected]> | 2022-11-01 12:28:33 +0200 |
commit | f90b33a57410668302d7a5d8785a9cb1cb9c567b (patch) | |
tree | 503f0f63eae87ae86a9f543d3042871e39d07acc | |
parent | 52d9b4fee7fa9f9164c304badde9733d8f6cb707 (diff) |
ARM: dts: at91: sama7g5: add cells for temperature calibration
Add NVMEM cell to ADC for temperature calibration data.
Signed-off-by: Claudiu Beznea <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/sama7g5.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi index d80aaa13c9cd..30fde2ae4e9d 100644 --- a/arch/arm/boot/dts/sama7g5.dtsi +++ b/arch/arm/boot/dts/sama7g5.dtsi @@ -422,6 +422,8 @@ 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"; }; |