[PATCH] dt-bindings: iio: dac: mcp47feb02: fix example indentation
From: Ariana Lazar
Date: Wed Apr 22 2026 - 09:51:24 EST
Correct inconsistent indentation in the example and use consistent 4-space
indentation.
Signed-off-by: Ariana Lazar <ariana.lazar@xxxxxxxxxxxxx>
---
.../bindings/iio/dac/microchip,mcp47feb02.yaml | 30 +++++++++++-----------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml
index d2466aa6bda2106a8b695347a0edf38462294d03..ad078137a8eb78e70544dfdd8e3153f2cc91777f 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@0 {
- compatible = "microchip,mcp47feb02";
- reg = <0>;
- vdd-supply = <&vdac_vdd>;
- vref-supply = <&vref_reg>;
-
- #address-cells = <1>;
- #size-cells = <0>;
- channel@0 {
+ compatible = "microchip,mcp47feb02";
reg = <0>;
- label = "Adjustable_voltage_ch0";
- };
+ vdd-supply = <&vdac_vdd>;
+ vref-supply = <&vref_reg>;
+
+ #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";
+ };
+ };
};
...
---
base-commit: d2a4ec19d2a2e54c23b5180e939994d3da4a6b91
change-id: 20260422-mcp47feb02-fix7-dacd257586b7
Best regards,
--
Ariana Lazar <ariana.lazar@xxxxxxxxxxxxx>