Skip to content

Commit fd8e6f8

Browse files
losgobbijic23
authored andcommitted
dt-bindings: iio: gyro: invensense,mpu3050: change irq maxItems
The mpu3050 datasheet describes that this IC only supports one INT pin, which means one item with two cells inside binding. Change max to match this description. Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com> Fixes: 7497874 ("dt-bindings:iio:gyro:invensense,mpu3050: txt to yaml format conversion.") Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250527215818.13000-1-rodrigo.gobbi.7@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 9f92e93 commit fd8e6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ properties:
2121
vlogic-supply: true
2222

2323
interrupts:
24-
minItems: 1
24+
maxItems: 1
2525
description:
2626
Interrupt mapping for the trigger interrupt from the internal oscillator.
2727

0 commit comments

Comments
 (0)