Commit 7b5bfc00 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: iio/magnetometer: yamaha,yas530: Fix invalid 'interrupts' in example



'interrupts' does not take a phandle, so remove it in the example.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220106182518.1435497-4-robh@kernel.org
parent 9cc9b193
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ examples:
          vdd-supply = <&ldo1_reg>;
          iovdd-supply = <&ldo2_reg>;
          reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
          interrupts = <&gpio6 13 IRQ_TYPE_EDGE_RISING>;
          interrupts = <13 IRQ_TYPE_EDGE_RISING>;
        };
    };