Skip to content

Commit 721dec3

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mm-emtop-som: 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. While at here, also correct interrupt type as IRQ_TYPE_LEVEL_LOW. Fixes: cbd3ef6 ("arm64: dts: Add support for Emtop SoM & Baseboard") Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Frank Li <[email protected]>
1 parent 8ff1455 commit 721dec3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mm-emtop-som.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
pinctrl-names = "default";
6161
pinctrl-0 = <&pinctrl_pmic>;
6262
interrupt-parent = <&gpio1>;
63-
interrupts = <3 IRQ_TYPE_EDGE_RISING>;
63+
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
6464

6565
regulators {
6666
buck1: BUCK1 {
@@ -194,7 +194,7 @@
194194

195195
pinctrl_pmic: emtop-pmic-grp {
196196
fsl,pins = <
197-
MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3 0x41
197+
MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3 0x141
198198
>;
199199
};
200200

0 commit comments

Comments
 (0)