Commit 08be4233 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Guenter Roeck
Browse files

dt-bindings: hwmon: correct indentation and style in examples



Fix mixed indentation to 4-spaces, remove unnecessary suffix from
i2c node name and use lower-case hex.  No functional impact.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230118172237.349111-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 22f0fd20
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ examples:
  - |
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/interrupt-controller/irq.h>
    i2c0 {
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ additionalProperties: false

examples:
  - |
    i2c0 {
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

+13 −13
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ additionalProperties: false

examples:
  - |
    i2c1 {
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

+3 −3
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ additionalProperties: false

examples:
  - |
    i2c0 {
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

+3 −3
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ additionalProperties: false

examples:
  - |
    i2c0 {
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;

Loading