]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: arm: gic: Allow combining arm,gic-400 compatible strings
authorAndre Przywara <andre.przywara@arm.com>
Wed, 13 May 2020 10:29:57 +0000 (11:29 +0100)
committerRob Herring <robh@kernel.org>
Fri, 15 May 2020 03:16:08 +0000 (22:16 -0500)
commit73aaa1d7d3527b310e0521d24c8b768979f0855d
treee33abea4815f4d1d62657b82ac9b7b26abf5f682
parent3a909f6a6091aff6c91ab31471f34cc9958e5689
dt-bindings: arm: gic: Allow combining arm,gic-400 compatible strings

The arm,gic-400 compatible is probably the best matching string for the
GIC in most modern SoCs, but was only introduced later into the kernel.
For historic reasons and to keep compatibility, some SoC DTs were thus
using a combination of this name and one of the older strings, which
currently the binding denies.

Add a stanza to the DT binding to allow "arm,gic-400", followed by
either "arm,cortex-a15-gic" or "arm,cortex-a7-gic". This fixes binding
compliance for quite some SoC .dtsi files in the kernel tree.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml