mbox series

[0/3] dt-bindings: Some schema fixes

Message ID 20220822152224.507497-1-jean-philippe@linaro.org
Headers show
Series dt-bindings: Some schema fixes | expand

Message

Jean-Philippe Brucker Aug. 22, 2022, 3:22 p.m. UTC
The first patch fixes a syntax error that shows up on every use of
dt-validate.

The other two fix warnings that show up when trying to validate the QEMU
virt device-tree (with gic-version={2,3}). There are several other
warnings that need to be fixed in QEMU, but I believe these two are
schema issues.

Jean-Philippe Brucker (3):
  dt-bindings: regulator: Fix qcom,spmi-regulator schema
  dt-bindings: interrupt-controller: arm,gic-v3: Make 'interrupts'
    optional
  dt-bindings: interrupt-controller: arm,gic: Support two address and
    size cells

 .../devicetree/bindings/interrupt-controller/arm,gic-v3.yaml  | 1 -
 .../devicetree/bindings/interrupt-controller/arm,gic.yaml     | 4 ++--
 .../devicetree/bindings/regulator/qcom,spmi-regulator.yaml    | 3 +--
 3 files changed, 3 insertions(+), 5 deletions(-)