diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-02-18 06:42:39 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-03-08 20:28:40 +0300 |
commit | 189d4dab640b0bb5c8ae6b0496ec8d523d02a59c (patch) | |
tree | bca331a5e2500db3806b3cfd0fbd1f9d873f7bbc /Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt | |
parent | a751b8e48018263d7aa5021c67b2e03a683ae1df (diff) | |
download | linux-189d4dab640b0bb5c8ae6b0496ec8d523d02a59c.tar.xz |
dt-bindings: iio: chemical: consolidate atlas-sensor docs
Since Atlas Scientific device support only varies from the compatible
string is ideal all the respective docs are merged into a single doc
named atlas,sensor.yaml
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt')
-rw-r--r-- | Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt b/Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt deleted file mode 100644 index 79d90f060327..000000000000 --- a/Documentation/devicetree/bindings/iio/chemical/atlas,ph-sm.txt +++ /dev/null @@ -1,21 +0,0 @@ -* Atlas Scientific pH-SM OEM sensor - -http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf - -Required properties: - - - compatible: must be "atlas,ph-sm" - - reg: the I2C address of the sensor - - interrupts: the sole interrupt generated by the device - - Refer to interrupt-controller/interrupts.txt for generic interrupt client - node bindings. - -Example: - -atlas@65 { - compatible = "atlas,ph-sm"; - reg = <0x65>; - interrupt-parent = <&gpio1>; - interrupts = <16 2>; -}; |