]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mm-emtop-som: Correct PAD settings for PMIC_nINT
authorPeng Fan <peng.fan@nxp.com>
Sun, 29 Mar 2026 13:00:11 +0000 (21:00 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 3 Apr 2026 02:07:41 +0000 (22:07 -0400)
With commit 5d0efaf47ee90 ("regulator: pca9450: Correct interrupt type"),
there might be interrupt storm for this board. Need to set PAD PUE and PU
together to make pull up work properly.

While at here, also correct interrupt type as IRQ_TYPE_LEVEL_LOW.

Fixes: cbd3ef64eb9d1 ("arm64: dts: Add support for Emtop SoM & Baseboard")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx8mm-emtop-som.dtsi

index 67d22d3768aa8ae7343cffeebcfdde89ed25cc2d..507d1824d99d99b1f795b14aea538444c9476f65 100644 (file)
@@ -60,7 +60,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_pmic>;
                interrupt-parent = <&gpio1>;
-               interrupts = <3 IRQ_TYPE_EDGE_RISING>;
+               interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 
                regulators {
                        buck1: BUCK1 {
 
        pinctrl_pmic: emtop-pmic-grp {
                fsl,pins = <
-                       MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3                       0x41
+                       MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3                       0x141
                >;
        };