On Wed, 13 May 2020 11:29:57 +0100, Andre Przywara wrote: > 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@xxxxxxx> > --- > .../devicetree/bindings/interrupt-controller/arm,gic.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Applied, thanks!