On Thu, 16 Jun 2022 01:34:11 +0200 Marek Vasut <marex@xxxxxxx> wrote: > Align the example node address and reg content to be 0x2a for both. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx> > Cc: Hartmut Knaack <knaack.h@xxxxxx> > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > Cc: Michael Hennerich <michael.hennerich@xxxxxxxxxx> > Cc: Peter Meerwald-Stadler <pmeerw@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: linux-iio@xxxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx Seems obviously correct to me, so I've applied it to the togreg branch of iio.git and pushed that out as testing for 0-day to poke at it. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml b/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml > index 11d32a2885352..9bb039e2f5331 100644 > --- a/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml > +++ b/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml > @@ -55,7 +55,7 @@ examples: > /* Example for a I2C device node */ > accelerometer@2a { > compatible = "adi,adxl345"; > - reg = <0x53>; > + reg = <0x2a>; > interrupt-parent = <&gpio0>; > interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; > };