diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2017-10-21 15:18:20 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2017-10-21 15:18:20 +0000 |
commit | d5464ff11700ac44568e6816e00d1d1427cc46ae (patch) | |
tree | 1c388ab705b506c8d0e3f16710bfaa2cbc623262 /Bindings/iio/adc/ti-adc108s102.txt | |
parent | f3f213a6f94d330b77b3910f4c66b62aeec50645 (diff) | |
download | src-d5464ff11700ac44568e6816e00d1d1427cc46ae.tar.gz src-d5464ff11700ac44568e6816e00d1d1427cc46ae.zip |
dts: Update the Device Tree Sources to Linux 4.13vendor/device-tree/4.13
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=324818
svn path=/vendor/device-tree/4.13/; revision=324819; tag=vendor/device-tree/4.13
Diffstat (limited to 'Bindings/iio/adc/ti-adc108s102.txt')
-rw-r--r-- | Bindings/iio/adc/ti-adc108s102.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Bindings/iio/adc/ti-adc108s102.txt b/Bindings/iio/adc/ti-adc108s102.txt new file mode 100644 index 000000000000..bbbbb4a9f58f --- /dev/null +++ b/Bindings/iio/adc/ti-adc108s102.txt @@ -0,0 +1,18 @@ +* Texas Instruments' ADC108S102 and ADC128S102 ADC chip + +Required properties: + - compatible: Should be "ti,adc108s102" + - reg: spi chip select number for the device + - vref-supply: The regulator supply for ADC reference voltage + +Recommended properties: + - spi-max-frequency: Definition as per + Documentation/devicetree/bindings/spi/spi-bus.txt + +Example: +adc@0 { + compatible = "ti,adc108s102"; + reg = <0>; + vref-supply = <&vdd_supply>; + spi-max-frequency = <1000000>; +}; |