Skip to content

Commit

Permalink
ARM: dts: imx6: phytec: fix RTC interrupt level
Browse files Browse the repository at this point in the history
[ Upstream commit 762b700 ]

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

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

which changed the way IRQ type is obtained.

Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Reviewed-by: Stefan Riedmüller <s.riedmueller@phytec.de>
Fixes: 800d595 ("ARM: dts: imx6: Add initial support for phyBOARD-Mira")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
andrejpicej authored and gregkh committed Aug 23, 2023
1 parent d2d6d51 commit ca69bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi
Expand Up @@ -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";
};
};
Expand Down

0 comments on commit ca69bb1

Please sign in to comment.