Skip to content

Commit daaf41e

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mp-ultra-mach-sbc: Correct PAD settings for PMIC_nINT
With commit 5d0efaf ("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: d1c1400 ("arm64: dts: imx8mp: Add initial support for Ultratronik imx8mp-ultra-mach-sbc board") Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 695a476 commit daaf41e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-ultra-mach-sbc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
reg = <0x25>;
276276
pinctrl-0 = <&pinctrl_pmic>;
277277
interrupt-parent = <&gpio1>;
278-
interrupts = <3 GPIO_ACTIVE_LOW>;
278+
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
279279

280280
/*
281281
* i.MX 8M Plus Data Sheet for Consumer Products
@@ -739,7 +739,7 @@
739739

740740
pinctrl_pmic: pmic-grp {
741741
fsl,pins = <
742-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x40 /* #PMIC_INT */
742+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0 /* #PMIC_INT */
743743
>;
744744
};
745745

0 commit comments

Comments
 (0)