Skip to content

Commit f9ed5af

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mp-dhcom-som: 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: 8d67126 ("arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM and PDK2") Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent daaf41e commit f9ed5af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@
989989
pinctrl_pmic: dhcom-pmic-grp {
990990
fsl,pins = <
991991
/* PMIC_nINT */
992-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x40000090
992+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0
993993
>;
994994
};
995995

0 commit comments

Comments
 (0)