[PATCH 02/18] ARM: dts: ox820: align interrupt controller node name with dtschema

Neil Armstrong narmstrong at baylibre.com
Thu Mar 17 09:55:27 PDT 2022


On 17/03/2022 12:56, Krzysztof Kozlowski wrote:
> Fixes dtbs_check warnings like:
> 
>    gic at 1000: $nodename:0: 'gic at 1000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
> ---
>   arch/arm/boot/dts/ox820.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/ox820.dtsi b/arch/arm/boot/dts/ox820.dtsi
> index 90846a7655b4..dde4364892bf 100644
> --- a/arch/arm/boot/dts/ox820.dtsi
> +++ b/arch/arm/boot/dts/ox820.dtsi
> @@ -287,7 +287,7 @@ local-timer at 600 {
>   				clocks = <&armclk>;
>   			};
>   
> -			gic: gic at 1000 {
> +			gic: interrupt-controller at 1000 {
>   				compatible = "arm,arm11mp-gic";
>   				interrupt-controller;
>   				#interrupt-cells = <3>;

Acked-by: Neil Armstrong <narmstrong at baylibre.com>



More information about the linux-arm-kernel mailing list