diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-01-18 20:22:36 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-02-03 18:30:10 +0300 |
commit | 22f0fd208d981622b988b8f91e8afd92189dda1c (patch) | |
tree | c385893aa926a07a893df966b2151308c903a41d /Documentation/devicetree/bindings/hwmon | |
parent | c184f377a4cc9078d42563ef0fe3de6ea574b0cf (diff) | |
download | linux-22f0fd208d981622b988b8f91e8afd92189dda1c.tar.xz |
dt-bindings: hwmon: adi,ltc2992: correct unit address in example
lower-case hex is expected for unit addresses:
adi,ltc2992.example.dts:22.24-38.15: Warning (i2c_bus_reg): /example-0/i2c/ltc2992@6F: I2C bus unit address format error, expected "6f"
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230118172237.349111-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml b/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml index 64a8fcb7bc46..ec984248219e 100644 --- a/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml +++ b/Documentation/devicetree/bindings/hwmon/adi,ltc2992.yaml @@ -59,12 +59,12 @@ examples: #address-cells = <1>; #size-cells = <0>; - ltc2992@6F { + ltc2992@6f { #address-cells = <1>; #size-cells = <0>; compatible = "adi,ltc2992"; - reg = <0x6F>; + reg = <0x6f>; channel@0 { reg = <0x0>; |