]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: imx8mn-ddr4-evk: Remove unneeded PMIC pin configuration
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 22 Sep 2020 01:46:48 +0000 (09:46 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Sep 2020 01:47:37 +0000 (09:47 +0800)
The pin configuration for PMIC interrupt is already set by
imx8mn-evk.dtsi with exactly the same values.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts

index 8f7155716c840c6d2f5150d173a30535aa35ef58..68fa943ea8d82b6822bac30f726f2c7bcae8636e 100644 (file)
                };
        };
 };
-
-&iomuxc {
-       pinctrl_pmic: pmicirqgrp {
-               fsl,pins = <
-                       MX8MN_IOMUXC_GPIO1_IO03_GPIO1_IO3       0x41
-               >;
-       };
-};