Skip to content

Commit 7b5bfc0

Browse files
committed
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 <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9cc9b19 commit 7b5bfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iio/magnetometer/yamaha,yas530.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ examples:
9696
vdd-supply = <&ldo1_reg>;
9797
iovdd-supply = <&ldo2_reg>;
9898
reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
99-
interrupts = <&gpio6 13 IRQ_TYPE_EDGE_RISING>;
99+
interrupts = <13 IRQ_TYPE_EDGE_RISING>;
100100
};
101101
};
102102

0 commit comments

Comments
 (0)