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

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
...@@ -96,7 +96,7 @@ examples: ...@@ -96,7 +96,7 @@ examples:
vdd-supply = <&ldo1_reg>; vdd-supply = <&ldo1_reg>;
iovdd-supply = <&ldo2_reg>; iovdd-supply = <&ldo2_reg>;
reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
interrupts = <&gpio6 13 IRQ_TYPE_EDGE_RISING>; interrupts = <13 IRQ_TYPE_EDGE_RISING>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment