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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interrupt-controller: arm,gic: Support two address and size cells

It should be valid for a GICv2m node, child of a GICv2 node, to use two
cells per reg address and size. The QEMU virt device-tree currently
fails validation because the schema imposes a single address and size
cell. Amend the rule.

Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220822152224.507497-4-jean-philippe@linaro.org

authored by

Jean-Philippe Brucker and committed by
Rob Herring
f1bd8b2e 92572a8e

+2 -2
+2 -2
Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml
··· 64 64 interrupt-controller: true 65 65 66 66 "#address-cells": 67 - enum: [ 0, 1 ] 67 + enum: [ 0, 1, 2 ] 68 68 "#size-cells": 69 - const: 1 69 + enum: [ 1, 2 ] 70 70 71 71 "#interrupt-cells": 72 72 const: 3