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

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
......@@ -182,7 +182,7 @@ i2c_rtc: rtc@68 {
pinctrl-0 = <&pinctrl_rtc_int>;
reg = <0x68>;
interrupt-parent = <&gpio7>;
interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
status = "disabled";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment