]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mp-sr-som: Correct PAD settings for PMIC_nINT
authorPeng Fan <peng.fan@nxp.com>
Thu, 26 Mar 2026 07:28:13 +0000 (15:28 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:43:46 +0000 (09:43 -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.

Fixes: a009c0c66ecb4 ("arm64: dts: add description for solidrun imx8mp som and cubox-m")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp-sr-som.dtsi

index 3cdb0bc0ab721709fc892931ea00a538ec6216ff..c3f7daa773eaf335deb6cc976a5e120abdae5967 100644 (file)
                pinctrl-0 = <&pmic_pins>;
                pinctrl-names = "default";
                interrupt-parent = <&gpio1>;
-               interrupts = <3 GPIO_ACTIVE_LOW>;
+               interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
                nxp,i2c-lt-enable;
 
                regulators {
 
        pmic_pins: pinctrl-pmic-grp {
                fsl,pins = <
-                       MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03             0x41
+                       MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03             0x1c0
                >;
        };