Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: iio: gyroscope: bosch,bmg160: correct number of pins

BMG160 has two interrupt pins to which interrupts can be freely mapped.
Correct the schema to express such case and fix warnings like:

qcom/msm8916-alcatel-idol347.dtb: gyroscope@68: interrupts: [[97, 1], [98, 1]] is too long

However the basic issue still persists - the interrupts should come in a
defined order.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220805075503.16983-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
76747020 9e2238e3

+2
+2
Documentation/devicetree/bindings/iio/gyroscope/bosch,bmg160.yaml
··· 24 24 25 25 interrupts: 26 26 minItems: 1 27 + maxItems: 2 27 28 description: 28 29 Should be configured with type IRQ_TYPE_EDGE_RISING. 30 + If two interrupts are provided, expected order is INT1 and INT2. 29 31 30 32 required: 31 33 - compatible