]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6q-ba16: fix RTC interrupt level
authorIan Ray <ian.ray@gehealthcare.com>
Mon, 1 Dec 2025 09:56:05 +0000 (11:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 02:19:16 +0000 (10:19 +0800)
RTC interrupt level should be set to "LOW". This was revealed by the
introduction of commit:

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

which changed the way IRQ type is obtained.

Fixes: 56c27310c1b4 ("ARM: dts: imx: Add Advantech BA-16 Qseven module")
Signed-off-by: Ian Ray <ian.ray@gehealthcare.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6q-ba16.dtsi

index 53013b12c2ecbfab8cc02a08d2ad0bfa453e7395..02d66523668d26748a2ae390bbddee7d284fbf71 100644 (file)
                pinctrl-0 = <&pinctrl_rtc>;
                reg = <0x32>;
                interrupt-parent = <&gpio4>;
-               interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
        };
 };