Commit b7e86ef7 authored by Eugen Hristev's avatar Eugen Hristev Committed by Claudiu Beznea
Browse files

ARM: dts: at91: sama7g5: remove interrupt-parent from gic node



interrupt-parent is not to be used as a boolean property.
It is already present in the DT in the proper way it's supposed to be used:
interrupt-parent = <&gic>;

This is also reported by dtbs_check:
arch/arm/boot/dts/at91-sama7g5ek.dtb: interrupt-controller@e8c11000: interrupt-parent: True is not of type 'array'
	From schema: /.local/lib/python3.8/site-packages/dtschema/schemas/interrupts.yaml

Fixes: 7540629e ("ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek")
Signed-off-by: default avatarEugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220503133127.64320-1-eugen.hristev@microchip.com


Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
parent a37bc730
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -857,7 +857,6 @@
			#interrupt-cells = <3>;
			#address-cells = <0>;
			interrupt-controller;
			interrupt-parent;
			reg = <0xe8c11000 0x1000>,
				<0xe8c12000 0x2000>;
		};