Skip to content

Commit 8ff1455

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mp-data-modul-edm-sbc: Correct PAD settings for PMIC_nINT
PMIC_nINT is low level triggered, but the current PAD settings is PE=0,PUE=0,FSEL_1_FAST_SLEW_RATE=1,SION=1. So PAD needs to be configured as PULL UP with PULL Enable, no need SION. Correct it. Fixes: 562d222 ("arm64: dts: imx8mp: Add support for Data Modul i.MX8M Plus eDM SBC") Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Frank Li <[email protected]>
1 parent f9ed5af commit 8ff1455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
pinctrl_pmic: pmic-grp {
10021002
fsl,pins = <
10031003
/* PMIC_nINT */
1004-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x40000090
1004+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0
10051005
>;
10061006
};
10071007

0 commit comments

Comments
 (0)