summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/health/max30100.txt
diff options
context:
space:
mode:
authorPeter Meerwald-Stadler <pmeerw@pmeerw.net>2017-10-11 11:09:07 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-10-14 19:22:31 +0100
commit6d39a6cc38899d3f77b5f8bb03afcdc407e11933 (patch)
tree941451d9334480caa3249b359ea900e69d255652 /Documentation/devicetree/bindings/iio/health/max30100.txt
parente0005bd93ab5f7a80b08a7bdff9b2ade436f9482 (diff)
dt-bindings: iio: health: Fix max30100 I2C chip address in example
Should be in hex, not decimal or even octal 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/bindings/iio/health/max30100.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/health/max30100.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/iio/health/max30100.txt b/Documentation/devicetree/bindings/iio/health/max30100.txt
index 295a9edfa4fd..8d8176459d09 100644
--- a/Documentation/devicetree/bindings/iio/health/max30100.txt
+++ b/Documentation/devicetree/bindings/iio/health/max30100.txt
@@ -20,9 +20,9 @@ Optional properties:
Example:
-max30100@057 {
+max30100@57 {
compatible = "maxim,max30100";
- reg = <57>;
+ reg = <0x57>;
maxim,led-current-microamp = <24000 50000>;
interrupt-parent = <&gpio1>;
interrupts = <16 2>;