Commit e6a4eedd authored by Ian Ray's avatar Ian Ray Committed by Shawn Guo
Browse files

ARM: dts: imx6q-ba16: fix RTC interrupt level



RTC interrupt level should be set to "LOW". This was revealed by the
introduction of commit:

  f181987e ("rtc: m41t80: use IRQ flags obtained from fwnode")

which changed the way IRQ type is obtained.

Fixes: 56c27310 ("ARM: dts: imx: Add Advantech BA-16 Qseven module")
Signed-off-by: default avatarIan Ray <ian.ray@gehealthcare.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 15599306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ rtc@32 {
		pinctrl-0 = <&pinctrl_rtc>;
		reg = <0x32>;
		interrupt-parent = <&gpio4>;
		interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
	};
};