From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7310DC87FDB for ; Mon, 11 Aug 2025 13:13:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 154ED8339C; Mon, 11 Aug 2025 15:12:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=fris.de header.i=@fris.de header.b="EuVQ7j+K"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id DE7DA8349B; Mon, 11 Aug 2025 15:12:41 +0200 (CEST) Received: from mail.fris.de (mail.fris.de [IPv6:2a01:4f8:c2c:390b::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 16D358338D for ; Mon, 11 Aug 2025 15:12:40 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=frieder@fris.de Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 2713FC975C; Mon, 11 Aug 2025 15:12:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1754917959; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=OdHc3920z4iBVfJ4O9Tzn2Bhop9KzFJlLELaeOBu9MU=; b=EuVQ7j+KuAYCtH5fmPWYxHDJKS11aJMCrwRW8CECfLIpPSgbvuYxW6aTAcuc0ltvdMc/hZ eidA/fkH19tkOU19LijqLXYg76RKRG45H9TxG7ybQ4FyVtWEC0TN+Ut5B7nDWiu+DM3EXR EBlPEvfUuPLi/Gfsz/ynu5RB0N8RuPDzw0SIXBvWs6x+eNh6IH2JB27W+s9zuVnDCJ9ylM K8QRvN65W9lHvp0CTcc+RlrfiJu+00MtIpKloJFa0Ef7jN62zLQrZyhasCQFu7mts1OQxx 0cMZPNuzoFIqkZ9jNj/bjWxjK3E8go+4Phgk4XnRl/qGpNw1Ki6jWjx1EONloA== From: Frieder Schrempf To: u-boot@lists.denx.de, Fabio Estevam , Marek Vasut , Stefano Babic , Tom Rini , u-boot@dh-electronics.com Cc: Frieder Schrempf , "NXP i.MX U-Boot Team" Subject: [PATCH 6/6] arm: dts: imx8mp-dhcom-som: Remove deprecated sd-vsel-gpios Date: Mon, 11 Aug 2025 15:12:02 +0200 Message-ID: <20250811131213.211124-7-frieder@fris.de> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250811131213.211124-1-frieder@fris.de> References: <20250811131213.211124-1-frieder@fris.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean From: Frieder Schrempf 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 --- arch/arm/dts/imx8mp-dhcom-som.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/imx8mp-dhcom-som.dtsi b/arch/arm/dts/imx8mp-dhcom-som.dtsi index f2d99d05854..c1ca3805737 100644 --- a/arch/arm/dts/imx8mp-dhcom-som.dtsi +++ b/arch/arm/dts/imx8mp-dhcom-som.dtsi @@ -245,7 +245,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.50.1