]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8188: switch mmc nodes to interrupts-extended
authorGary Bisson <bisson.gary@gmail.com>
Wed, 3 Dec 2025 21:20:39 +0000 (22:20 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 8 Jan 2026 12:41:56 +0000 (13:41 +0100)
No functional change but will allow other dts including this one to
override the interrupts, for eint support for instance, without having
to delete the 'interrupts' property.

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8188.dtsi

index e2a17359e407f0bdd3ae6ef8ade668e67a9bd493..75133794cec38b7eb1515ac720ed1043a0d34554 100644 (file)
                        compatible = "mediatek,mt8188-mmc", "mediatek,mt8183-mmc";
                        reg = <0 0x11230000 0 0x10000>,
                              <0 0x11f50000 0 0x1000>;
-                       interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH 0>;
+                       interrupts-extended = <&gic GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH 0>;
                        clocks = <&topckgen CLK_TOP_MSDC50_0>,
                                 <&infracfg_ao CLK_INFRA_AO_MSDC0>,
                                 <&infracfg_ao CLK_INFRA_AO_MSDC0_SRC>,
                        compatible = "mediatek,mt8188-mmc", "mediatek,mt8183-mmc";
                        reg = <0 0x11240000 0 0x1000>,
                              <0 0x11eb0000 0 0x1000>;
-                       interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH 0>;
+                       interrupts-extended = <&gic GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH 0>;
                        clocks = <&topckgen CLK_TOP_MSDC30_1>,
                                 <&infracfg_ao CLK_INFRA_AO_MSDC1>,
                                 <&infracfg_ao CLK_INFRA_AO_MSDC1_SRC>;
                        compatible = "mediatek,mt8188-mmc", "mediatek,mt8183-mmc";
                        reg = <0 0x11250000 0 0x1000>,
                              <0 0x11e60000 0 0x1000>;
-                       interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH 0>;
+                       interrupts-extended = <&gic GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH 0>;
                        clocks = <&topckgen CLK_TOP_MSDC30_2>,
                                 <&infracfg_ao CLK_INFRA_AO_MSDC2>,
                                 <&infracfg_ao CLK_INFRA_AO_MSDC30_2>;