Skip to content

Commit 695a476

Browse files
MrVannxpfrankli
authored andcommitted
arm64: dts: imx8mp-sr-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. Fixes: a009c0c ("arm64: dts: add description for solidrun imx8mp som and cubox-m") Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 16611ed commit 695a476

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-sr-som.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
pinctrl-0 = <&pmic_pins>;
175175
pinctrl-names = "default";
176176
interrupt-parent = <&gpio1>;
177-
interrupts = <3 GPIO_ACTIVE_LOW>;
177+
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
178178
nxp,i2c-lt-enable;
179179

180180
regulators {
@@ -417,7 +417,7 @@
417417

418418
pmic_pins: pinctrl-pmic-grp {
419419
fsl,pins = <
420-
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x41
420+
MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0
421421
>;
422422
};
423423

0 commit comments

Comments
 (0)