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 8f71557..68fa943 100644 (file)
                };
        };
 };
-
-&iomuxc {
-       pinctrl_pmic: pmicirqgrp {
-               fsl,pins = <
-                       MX8MN_IOMUXC_GPIO1_IO03_GPIO1_IO3       0x41
-               >;
-       };
-};