mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
This commit is contained in:
parent
e0005bd93a
commit
6d39a6cc38
1 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue