Skip to content

Commit e993f7d

Browse files
MrVangregkh
authored andcommitted
arm64: dts: imx8mp-navqp: Correct PAD settings for PMIC_nINT
[ Upstream commit 741d6ac ] With commit 5d0efaf ("regulator: pca9450: Correct interrupt type"), there will be interrupt storm for i.MX8MP NAVQP. 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: 682729a ("arm64: dts: freescale: Add device tree for Emcraft Systems NavQ+ Kit") Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent deae0d0 commit e993f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-navqp.dts

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

310310
pinctrl_pmic: pmicgrp {
311311
fsl,pins = <
312-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x41
312+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0
313313
>;
314314
};
315315

0 commit comments

Comments
 (0)