diff options
author | 2020-04-25 10:25:19 +0300 | |
---|---|---|
committer | 2020-04-25 15:19:39 +0100 | |
commit | 1e8f99edc952ee5f1787cfe3eb5fbb2a15dcce40 (patch) | |
tree | 70221860f6b7def4c84d2480b2a2e09f522d7a85 | |
parent | staging: vt6656: Use fls instead of for loop in vnt_update_top_rates (diff) | |
download | wireguard-linux-1e8f99edc952ee5f1787cfe3eb5fbb2a15dcce40.tar.xz wireguard-linux-1e8f99edc952ee5f1787cfe3eb5fbb2a15dcce40.zip |
dt-bindings: iio: chemical: add Atlas Scientific RTD-SM sensor docs
Cc: devicetree@vger.kernel.org
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml b/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml index edcd2904d50e..0e510a52920d 100644 --- a/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml +++ b/Documentation/devicetree/bindings/iio/chemical/atlas,sensor.yaml @@ -17,6 +17,7 @@ description: | http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf + http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf properties: compatible: @@ -25,6 +26,7 @@ properties: - atlas,ec-sm - atlas,orp-sm - atlas,ph-sm + - atlas,rtd-sm reg: maxItems: 1 |