Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt

When the Torpedo was first introduced back at Kernel 4.2,
the interrupt extended flag has been set incorrectly.

It was subsequently moved, so this patch corrects Kernel
4.18+

Fixes: a38867305203 ("ARM: dts: Move move WiFi bindings to
logicpd-torpedo-37xx-devkit") # v4.18+

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Adam Ford and committed by
Tony Lindgren
6809564d e7f4ffff

+1 -1
+1 -1
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
··· 35 35 * jumpering combinations for the long run. 36 36 */ 37 37 &mmc3 { 38 - interrupts-extended = <&intc 94 &omap3_pmx_core2 0x46>; 38 + interrupts-extended = <&intc 94 &omap3_pmx_core 0x136>; 39 39 pinctrl-0 = <&mmc3_pins &mmc3_core2_pins>; 40 40 pinctrl-names = "default"; 41 41 vmmc-supply = <&wl12xx_vmmc>;