summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/pressure/hp03.txt
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2020-10-31 16:40:49 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-16 22:12:47 +0300
commit1517c6a30c0d16a80e5955ef058a2978331e5bdc (patch)
treee42d8616302b11911d7080422e4e92ceccf10de8 /Documentation/devicetree/bindings/iio/pressure/hp03.txt
parentb1b69ba70de7233d5424b11b05f585359c26c8a7 (diff)
downloadlinux-1517c6a30c0d16a80e5955ef058a2978331e5bdc.tar.xz
dt-bindings:iio:pressure:hoperf,hp03 yaml conversion
One quirk in the txt file was that the xclr gpio was specified as xclr-gpio rather than xclr-gpios. I've fixed that in the yaml version. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Marek Vasut <marex@denx.de> Link: https://lore.kernel.org/r/20201031134110.724233-9-jic23@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/pressure/hp03.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/pressure/hp03.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/iio/pressure/hp03.txt b/Documentation/devicetree/bindings/iio/pressure/hp03.txt
deleted file mode 100644
index 831dbee7a5c3..000000000000
--- a/Documentation/devicetree/bindings/iio/pressure/hp03.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-HopeRF HP03 digital pressure/temperature sensors
-
-Required properties:
-- compatible: must be "hoperf,hp03"
-- xclr-gpio: must be device tree identifier of the XCLR pin.
- The XCLR pin is a reset of the ADC in the chip,
- it must be pulled HI before the conversion and
- readout of the value from the ADC registers and
- pulled LO afterward.
-
-Example:
-
-hp03@77 {
- compatible = "hoperf,hp03";
- reg = <0x77>;
- xclr-gpio = <&portc 0 0x0>;
-};