Commit 762b7009 authored by Andrej Picej's avatar Andrej Picej Committed by Shawn Guo
Browse files

ARM: dts: imx6: phytec: 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.

Signed-off-by: default avatarAndrej Picej <andrej.picej@norik.com>
Reviewed-by: default avatarStefan Riedmüller <s.riedmueller@phytec.de>
Fixes: 800d5951 ("ARM: dts: imx6: Add initial support for phyBOARD-Mira")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f6dfa9f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@
		pinctrl-0 = <&pinctrl_rtc_int>;
		reg = <0x68>;
		interrupt-parent = <&gpio7>;
		interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
		status = "disabled";
	};
};