Skip to content

Commit 18e1d95

Browse files
gibssonAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8188: switch mmc nodes to interrupts-extended
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>
1 parent 07a4700 commit 18e1d95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8188.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@
18011801
compatible = "mediatek,mt8188-mmc", "mediatek,mt8183-mmc";
18021802
reg = <0 0x11230000 0 0x10000>,
18031803
<0 0x11f50000 0 0x1000>;
1804-
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH 0>;
1804+
interrupts-extended = <&gic GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH 0>;
18051805
clocks = <&topckgen CLK_TOP_MSDC50_0>,
18061806
<&infracfg_ao CLK_INFRA_AO_MSDC0>,
18071807
<&infracfg_ao CLK_INFRA_AO_MSDC0_SRC>,
@@ -1814,7 +1814,7 @@
18141814
compatible = "mediatek,mt8188-mmc", "mediatek,mt8183-mmc";
18151815
reg = <0 0x11240000 0 0x1000>,
18161816
<0 0x11eb0000 0 0x1000>;
1817-
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH 0>;
1817+
interrupts-extended = <&gic GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH 0>;
18181818
clocks = <&topckgen CLK_TOP_MSDC30_1>,
18191819
<&infracfg_ao CLK_INFRA_AO_MSDC1>,
18201820
<&infracfg_ao CLK_INFRA_AO_MSDC1_SRC>;
@@ -1828,7 +1828,7 @@
18281828
compatible = "mediatek,mt8188-mmc", "mediatek,mt8183-mmc";
18291829
reg = <0 0x11250000 0 0x1000>,
18301830
<0 0x11e60000 0 0x1000>;
1831-
interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH 0>;
1831+
interrupts-extended = <&gic GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH 0>;
18321832
clocks = <&topckgen CLK_TOP_MSDC30_2>,
18331833
<&infracfg_ao CLK_INFRA_AO_MSDC2>,
18341834
<&infracfg_ao CLK_INFRA_AO_MSDC30_2>;

0 commit comments

Comments
 (0)