Skip to content

Commit

Permalink
dt-bindings: iio: health: Fix max30100 I2C chip address in example
Browse files Browse the repository at this point in the history
Should be in hex, not decimal or even octal

Signed-off-by: Peter Meerwald-Stadler <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
pmeerw authored and jic23 committed Oct 14, 2017
1 parent e0005bd commit 6d39a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/iio/health/max30100.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 6d39a6c

Please sign in to comment.