Hi, I am using upstream linux commit (d569e86915b7) and running dt_binding_check on existing[1] YAML bindings. Seeing warn "interrupts: [[1], [9], [3844]] is too long". Is it a known issue /broken due to any recent commit? Or could be something missing in my environment. [1]: Documentation/devicetree/bindings/gpio/gpio-zynq.yaml Documentation/devicetree/bindings/gpio/nvidia,tegra20-gpio.yaml Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml % pip3 show dtschema Name: dtschema Version: 2022.3.3.dev4+ga24d97d43491 Summary: DeviceTree validation schema and tools Home-page: https://github.com/devicetree-org/dt-schema Author: Rob Herring Author-email: robh@xxxxxxxxxx License: BSD Location: /home/radheys/.local/lib/python3.7/site-packages Requires: jsonschema, pylibfdt, rfc3987, ruamel.yaml Required-by: make DT_CHECKER_FLAGS=-m dt_binding_check DT_SCHEMA_FILES =Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml LINT Documentation/devicetree/bindings CHKDT Documentation/devicetree/bindings/processed-schema.json SCHEMA Documentation/devicetree/bindings/processed-schema.json DTEX Documentation/devicetree/bindings/interrupt-controller/arm,gic.example.dts DTC Documentation/devicetree/bindings/interrupt-controller/arm,gic.example.dtb CHECK Documentation/devicetree/bindings/interrupt-controller/arm,gic.example.dtb upstreaming/linux/Documentation/devicetree/bindings/interrupt-controller/ arm,gic.example.dtb: interrupt-controller@2c001000: interrupts: [[1], [9], [3844]] is too long Thanks, Radhey