Merge tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes

i.MX fixes for 4.18, round 4:
- A fix for i.MX6 RDU2 board on the wrong IRQ type of Marvell switch,
which might result in a race condition in the interrupt handler and
cause the OS to miss all future events.

* tag 'imx-fixes-4.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch

Signed-off-by: Olof Johansson <olof@lixom.net>

Changed files
+1 -1
arch
arm
+1 -1
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
··· 692 692 dsa,member = <0 0>; 693 693 eeprom-length = <512>; 694 694 interrupt-parent = <&gpio6>; 695 - interrupts = <3 IRQ_TYPE_EDGE_FALLING>; 695 + interrupts = <3 IRQ_TYPE_LEVEL_LOW>; 696 696 interrupt-controller; 697 697 #interrupt-cells = <2>; 698 698