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

ARM: dts: omap4-droid4: Fix typo in cpcap IRQ flags

We're now getting the following error:

genirq: Setting trigger mode 1 for irq 230 failed
(regmap_irq_set_type+0x0/0x15c)
cpcap-usb-phy cpcap-usb-phy.0: could not get irq dp: -524

Cc: Sebastian Reichel <sre@kernel.org>
Reported-by: Pavel Machek <pavel@ucw.cz>
Tested-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Tony Lindgren <tony@atomide.com>

+1 -1
+1 -1
arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi
··· 105 105 interrupts-extended = < 106 106 &cpcap 15 0 &cpcap 14 0 &cpcap 28 0 &cpcap 19 0 107 107 &cpcap 18 0 &cpcap 17 0 &cpcap 16 0 &cpcap 49 0 108 - &cpcap 48 1 108 + &cpcap 48 0 109 109 >; 110 110 interrupt-names = 111 111 "id_ground", "id_float", "se0conn", "vbusvld",