ARM: dts: ox820: align interrupt controller node name with dtschema
[ Upstream commit fbcd5ad7a419ad40644a0bb8b4152bc660172d8a ] Fixes dtbs_check warnings like: gic@1000: $nodename:0: 'gic@1000' does not match '^interrupt-controller(@[0-9a-f,]+)*$' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220317115705.450427-1-krzysztof.kozlowski@canonical.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
968a668376
commit
0521c52978
@@ -287,7 +287,7 @@
|
|||||||
clocks = <&armclk>;
|
clocks = <&armclk>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: gic@1000 {
|
gic: interrupt-controller@1000 {
|
||||||
compatible = "arm,arm11mp-gic";
|
compatible = "arm,arm11mp-gic";
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
Reference in New Issue
Block a user