Skip to content

Commit 3b77817

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mp-debix-model-a: Correct PAD settings for PMIC_nINT
With commit 5d0efaf ("regulator: pca9450: Correct interrupt type"), there is interrupt storm for i.MX8MP DEBIX Model A. Per schematic, there is no on board PULL-UP resistors for GPIO1_IO03, so need to set PAD PUE and PU together to make pull up work properly. Fixes: c86d350 ("arm64: dts: Add device tree for the Debix Model A Board") Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Closes: https://lore.kernel.org/all/20260323105858.GA2185714@killaraus.ideasonboard.com/ Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 511f76b commit 3b77817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440

441441
pinctrl_pmic: pmicirqgrp {
442442
fsl,pins = <
443-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x41
443+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0
444444
>;
445445
};
446446

0 commit comments

Comments
 (0)