Commit 6dec760f authored by Matthias Brugger's avatar Matthias Brugger

arm: dts: mt7623: fix mmc interrupt assignment

The mmc1 interrupt should be connected to GIC_SPI 40,
this patch fixes this.
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Acked-by: default avatarSean Wang <sean.wang@mediatek.com>
parent 295ad9fb
...@@ -648,7 +648,7 @@ mmc1: mmc@11240000 { ...@@ -648,7 +648,7 @@ mmc1: mmc@11240000 {
compatible = "mediatek,mt7623-mmc", compatible = "mediatek,mt7623-mmc",
"mediatek,mt8135-mmc"; "mediatek,mt8135-mmc";
reg = <0 0x11240000 0 0x1000>; reg = <0 0x11240000 0 0x1000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_LOW>;
clocks = <&pericfg CLK_PERI_MSDC30_1>, clocks = <&pericfg CLK_PERI_MSDC30_1>,
<&topckgen CLK_TOP_MSDC30_1_SEL>; <&topckgen CLK_TOP_MSDC30_1_SEL>;
clock-names = "source", "hclk"; clock-names = "source", "hclk";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment