diff options
Diffstat (limited to 'Bindings/iio/adc/sprd,sc27xx-adc.txt')
-rw-r--r-- | Bindings/iio/adc/sprd,sc27xx-adc.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Bindings/iio/adc/sprd,sc27xx-adc.txt b/Bindings/iio/adc/sprd,sc27xx-adc.txt index 8aad960de50b..b4daa15dcf15 100644 --- a/Bindings/iio/adc/sprd,sc27xx-adc.txt +++ b/Bindings/iio/adc/sprd,sc27xx-adc.txt @@ -12,6 +12,8 @@ Required properties: - interrupts: The interrupt number for the ADC device. - #io-channel-cells: Number of cells in an IIO specifier. - hwlocks: Reference to a phandle of a hwlock provider node. +- nvmem-cells: A phandle to the calibration cells provided by eFuse device. +- nvmem-cell-names: Should be "big_scale_calib", "small_scale_calib". Example: @@ -32,5 +34,7 @@ Example: interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; #io-channel-cells = <1>; hwlocks = <&hwlock 4>; + nvmem-cells = <&adc_big_scale>, <&adc_small_scale>; + nvmem-cell-names = "big_scale_calib", "small_scale_calib"; }; }; |