ARM: dts: socfpga: align interrupt controller node name with dtschema

[ Upstream commit c9bdd50d20 ]

Fixes dtbs_check warnings like:

  $nodename:0: 'intc@fffed000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Dinh Nguyen <dinguyen@kernel.org>
Link: https://lore.kernel.org/r/20220317115705.450427-2-krzysztof.kozlowski@canonical.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2022-04-07 21:30:22 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 531156e171
Коммит 5712f02972
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -46,7 +46,7 @@
<0xff113000 0x1000>;
};
intc: intc@fffed000 {
intc: interrupt-controller@fffed000 {
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;

Просмотреть файл

@ -38,7 +38,7 @@
<0xff113000 0x1000>;
};
intc: intc@ffffd000 {
intc: interrupt-controller@ffffd000 {
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;