Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt: Document Holt HI-8435 bindings

These bindings can be used to register Holt HI-8435 threshold detector

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Vladimir Barinov and committed by
Jonathan Cameron
7db75fd6 72aa29ce

+21
+21
Documentation/devicetree/bindings/iio/adc/hi8435.txt
··· 1 + Holt Integrated Circuits HI-8435 threshold detector bindings 2 + 3 + Required properties: 4 + - compatible: should be "holt,hi8435" 5 + - reg: spi chip select number for the device 6 + 7 + Recommended properties: 8 + - spi-max-frequency: definition as per 9 + Documentation/devicetree/bindings/spi/spi-bus.txt 10 + 11 + Optional properties: 12 + - gpios: GPIO used for controlling the reset pin 13 + 14 + Example: 15 + sensor@0 { 16 + compatible = "holt,hi8435"; 17 + reg = <0>; 18 + gpios = <&gpio6 1 0>; 19 + 20 + spi-max-frequency = <1000000>; 21 + };