Skip to content

Commit 741d6ac

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mp-navqp: Correct PAD settings for PMIC_nINT
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>
1 parent 2ea7872 commit 741d6ac

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
@@ -356,7 +356,7 @@
356356

357357
pinctrl_pmic: pmicgrp {
358358
fsl,pins = <
359-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x41
359+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0
360360
>;
361361
};
362362

0 commit comments

Comments
 (0)