From: Rob Herring Date: Thu, 6 Jan 2022 18:25:12 +0000 (-0600) Subject: dt-bindings: iio/magnetometer: yamaha,yas530: Fix invalid 'interrupts' in example X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b5bfc00e8035fe0369e8944693292cc21f9a41f;p=linux.git 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: Rob Herring Acked-by: Jonathan Cameron Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20220106182518.1435497-4-robh@kernel.org --- diff --git a/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml b/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml index 4b0ef1ef5445e..9438fffaf0ba3 100644 --- a/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml +++ b/Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml @@ -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>; }; };