]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: dts: mediatek: Fix node name for SYSIRQ controller on all SoCs
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 24 Jul 2025 08:38:58 +0000 (10:38 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 12 Sep 2025 14:11:31 +0000 (16:11 +0200)
commit3f9f2a32ddcb18066656f793a7285ceeb4431ed7
treee001533bbe9da67516b8f27f5873ce288855facc
parent20be341f0b911a184934b17e9a9cf025da208974
arm64: dts: mediatek: Fix node name for SYSIRQ controller on all SoCs

The sysirq has "intpol-controller" as node name, but being this an
interrupt controller, it needs to be named "interrupt-controller"
as per what the bindings (correctly) expect.

This commit brings no functional changes, but fixes a dtbs_check
warning.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20250724083914.61351-23-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt6755.dtsi
arch/arm64/boot/dts/mediatek/mt6779.dtsi
arch/arm64/boot/dts/mediatek/mt6795.dtsi
arch/arm64/boot/dts/mediatek/mt6797.dtsi