From fde18a8a1dd7e8384d1db17435e7b3813b0512cc Mon Sep 17 00:00:00 2001 From: Ariana Lazar Date: Wed, 22 Apr 2026 14:56:59 +0300 Subject: [PATCH] dt-bindings: iio: dac: mcp47feb02: Fix I2C address in example Change example reg value from 0 to 0x60 in order to use a valid I2C address Signed-off-by: Ariana Lazar Acked-by: Conor Dooley Signed-off-by: Jonathan Cameron --- .../devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml index d2466aa6bda2..350e80e4dbe0 100644 --- a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml +++ b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml @@ -280,9 +280,9 @@ examples: #address-cells = <1>; #size-cells = <0>; - dac@0 { + dac@60 { compatible = "microchip,mcp47feb02"; - reg = <0>; + reg = <0x60>; vdd-supply = <&vdac_vdd>; vref-supply = <&vref_reg>;