From: Ariana Lazar Date: Wed, 22 Apr 2026 13:40:52 +0000 (+0300) Subject: dt-bindings: iio: dac: mcp47feb02: fix example indentation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96aa96c029bf4b4309b27ffb17dcbe0c0d660e2a;p=thirdparty%2Flinux.git dt-bindings: iio: dac: mcp47feb02: fix example indentation Correct inconsistent indentation in the example and use consistent 4-space indentation. Signed-off-by: Ariana Lazar Acked-by: Conor Dooley Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml index b4ca5b6e743ae..d131f136bd151 100644 --- a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml +++ b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml @@ -281,22 +281,22 @@ examples: #address-cells = <1>; #size-cells = <0>; dac@60 { - compatible = "microchip,mcp47feb02"; - reg = <0x60>; - vdd-supply = <&vdac_vdd>; - vref-supply = <&vref_reg>; + compatible = "microchip,mcp47feb02"; + reg = <0x60>; + vdd-supply = <&vdac_vdd>; + vref-supply = <&vref_reg>; - #address-cells = <1>; - #size-cells = <0>; - channel@0 { - reg = <0>; - label = "Adjustable_voltage_ch0"; - }; + #address-cells = <1>; + #size-cells = <0>; + channel@0 { + reg = <0>; + label = "Adjustable_voltage_ch0"; + }; - channel@1 { - reg = <0x1>; - label = "Adjustable_voltage_ch1"; - }; - }; + channel@1 { + reg = <0x1>; + label = "Adjustable_voltage_ch1"; + }; + }; }; ...