ARM: dts: imx6: fix IRQ config of RC5T619
authorAndreas Kemnade <andreas@kemnade.info>
Sun, 25 Feb 2024 22:57:20 +0000 (23:57 +0100)
committerShawn Guo <shawnguo@kernel.org>
Thu, 28 Mar 2024 06:50:38 +0000 (14:50 +0800)
Set interrupt type to level low to correctly describe the hardware and
do not rely on the driver to do the right thing.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/e60k02.dtsi
arch/arm/boot/dts/nxp/imx/e70k02.dtsi
arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts

index dd03e3860f97f901524570a89552adee135accce..13756d39fb7b9168706f23b9df6cb10026d43b6e 100644 (file)
                compatible = "ricoh,rc5t619";
                reg = <0x32>;
                interrupt-parent = <&gpio5>;
-               interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
+               interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
                system-power-controller;
 
                regulators {
index 4e1bf080eaca012ae0d1f9e6e74696eaea41da28..dcc3c9d488a8835303069c57855437bea1df5eb5 100644 (file)
                compatible = "ricoh,rc5t619";
                reg = <0x32>;
                interrupt-parent = <&gpio4>;
-               interrupts = <19 IRQ_TYPE_EDGE_FALLING>;
+               interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
                system-power-controller;
 
                regulators {
index 1fbe2e6d3e4d81174d6bd594743ff129c8da52a7..03d6965f014957a9ac7a9799554620fd4ae5e392 100644 (file)
                pinctrl-0 = <&pinctrl_ricoh_gpio>;
                reg = <0x32>;
                interrupt-parent = <&gpio5>;
-               interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
+               interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
                system-power-controller;
 
                regulators {