From 925f63b0209483cd04b014cc8b5deab1f20267b7 Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Mon, 11 Aug 2025 15:12:01 +0200 Subject: [PATCH] arm: dts: imx8mp-data-modul-edm-sbc: Remove deprecated sd-vsel-gpios The sd-vsel-gpios property in the root of the PMIC node is deprecated and therefore not parsed by the driver anymore. We can safely remove this as it wasn't used anyway due to the pad not having the correct pinmux settings. Signed-off-by: Frieder Schrempf Reviewed-by: Marek Vasut Signed-off-by: Peng Fan --- arch/arm/dts/imx8mp-data-modul-edm-sbc.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/imx8mp-data-modul-edm-sbc.dts b/arch/arm/dts/imx8mp-data-modul-edm-sbc.dts index 8066f7fb649..6b40106e3bd 100644 --- a/arch/arm/dts/imx8mp-data-modul-edm-sbc.dts +++ b/arch/arm/dts/imx8mp-data-modul-edm-sbc.dts @@ -344,7 +344,6 @@ pinctrl-0 = <&pinctrl_pmic>; interrupt-parent = <&gpio1>; interrupts = <3 IRQ_TYPE_LEVEL_LOW>; - sd-vsel-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>; /* * i.MX 8M Plus Data Sheet for Consumer Products -- 2.47.3