Skip to content

Commit e6a4eed

Browse files
iangehcShawn Guo
authored andcommitted
ARM: dts: imx6q-ba16: fix RTC interrupt level
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. Fixes: 56c2731 ("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>
1 parent 1559930 commit e6a4eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx6q-ba16.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
pinctrl-0 = <&pinctrl_rtc>;
338338
reg = <0x32>;
339339
interrupt-parent = <&gpio4>;
340-
interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
340+
interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
341341
};
342342
};
343343

0 commit comments

Comments
 (0)