On Thu, Apr 8, 2021 at 5:08 PM Arnd Bergmann <[email protected]> wrote:
> arch/arm/boot/dts/ste-href520-tvk.dt.yaml: accelerometer@19: > interrupts: [[18, 1], [19, 1]] is too long > arch/arm/boot/dts/ste-hrefprev60-tvk.dt.yaml: gyroscope@68: > interrupts-extended: [[22, 0, 1], [21, 31, 1]] is too long > arch/arm/boot/dts/ste-hrefv60plus-tvk.dt.yaml: gyroscope@68: > interrupts-extended: [[25, 0, 1], [24, 31, 1]] is too long > arch/arm/boot/dts/ste-hrefv60plus-tvk.dt.yaml: accelerometer@1c: > interrupts: [[18, 1], [19, 1]] is too long These warnings are all because the bindings in Documentation/devicetree/bindings/iio/st,st-sensors.yaml are slightly incorrect. Several sensors have more than 1 IRQ. I was working on a refined version of the bindings but got sidetracked. https://lore.kernel.org/linux-iio/[email protected]/ I'll try to get to it. Yours, Linus Walleij

