Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 754aba43 authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 7390/1: dts: versatile-pb/ab fix MMC IRQs



The MMCI driver will not work without two IRQs since this is not
flagged as a single-irq variant. Looking through the complex IRQ
definition for the MMCI on the versatile (including an #if 1
statement forcing MMCI IRQ0 to the VIC) this appears to the the
correct IRQ number for both models.

Cc: Niklas Hernaeus <niklas.hernaeus@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ff9a184c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@
			mmc@5000 {
				compatible = "arm,primecell";
				reg = < 0x5000 0x1000>;
				interrupts = <22>;
				interrupts = <22 34>;
			};
			kmi@6000 {
				compatible = "arm,pl050", "arm,primecell";
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
			mmc@b000 {
				compatible = "arm,primecell";
				reg = <0xb000 0x1000>;
				interrupts = <23>;
				interrupts = <23 34>;
			};
		};
	};