diff options
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> | 2017-10-11 11:09:08 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-10-14 20:24:12 +0200 |
commit | 446b3217a96c456ab8796605fbb3ce379b03a504 (patch) | |
tree | dcaf34b95364587d8817de20da8c2b56138f1470 /Documentation/devicetree | |
parent | dt-bindings: iio: health: Fix max30100 I2C chip address in example (diff) | |
download | linux-446b3217a96c456ab8796605fbb3ce379b03a504.tar.xz linux-446b3217a96c456ab8796605fbb3ce379b03a504.zip |
dt-bindings: iio: health: Use binding name for max30102 in example
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/iio/health/max30102.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/health/max30102.txt b/Documentation/devicetree/bindings/iio/health/max30102.txt index c695e7cbeefb..8629c18b0e78 100644 --- a/Documentation/devicetree/bindings/iio/health/max30102.txt +++ b/Documentation/devicetree/bindings/iio/health/max30102.txt @@ -20,7 +20,7 @@ Optional properties: Example: -max30100@57 { +max30102@57 { compatible = "maxim,max30102"; reg = <0x57>; maxim,red-led-current-microamp = <7000>; |