From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from proxy41134.mail.163.com (proxy25214.mail.163.com [103.129.252.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1F5A01E515; Tue, 1 Jul 2025 13:48:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=103.129.252.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751377699; cv=none; b=EyNV1O0C9XomZpYfHIBUFW4a8xBerRHNZOi8ud5auUrTNJM1SIFMjpRPVeOm1iEeIJc9WONOFFVDcs/XaNREUG92FNBRfRbyQ+CckFUPLW5qLj2x8IPioItwDo0/gAXw9ARYwUb4uhFC35K8+mAL9ejEOgO7w9S+tzdVv2EMaew= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751377699; c=relaxed/simple; bh=xXJ+4r/mndrrBd4NJCUWqI4Iip4PrylMZolQjOynkGU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hkbBeWx8CUVccf9wMtlDSNFw3k9lLj4ax7UWqWghoD2vSLVp78OIXuzAQrJMzK5knQVDehsnbla5qs1Qv/d7E2TrNNvcqw4GxxUyriW+rAxohX7NxdnyCgisqQC6tRl76CkM+qJbHNW7VNJXmIFQi6K2glsyz/85NvsUtBOJ0Ts= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=gzWZYDLf; arc=none smtp.client-ip=103.129.252.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="gzWZYDLf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=Q7ztE35OyDH09bsd9BKX6KL/UpDZEx4le33a86DXqi8=; b=gzWZYDLfLHUZsX+mSJguhIdK6R3/deiH2vVUhnxK86Bxmat3zJL7GJIA62+cZB fXxmq4o3DNa0S6axfUXcS+tIUX0+fFrcqW+iMoF1WtxTbyyp2ZJw1z+jJRr2aAP8 Ouus4i/MbTKOZasV2nPBiBnYKHLdF3NLtg2qGNIp2sGfs= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgD3vwmB5GNoGAkcAA--.36385S3; Tue, 01 Jul 2025 21:37:07 +0800 (CST) Date: Tue, 1 Jul 2025 21:37:05 +0800 From: Shawn Guo To: Tim Harvey Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, imx@lists.linux.dev, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam Subject: Re: [PATCH v2] arm64: dts: imx8mp-venice-gw74xx: update name of M2SKT_WDIS2# gpio Message-ID: References: <20250604225104.1429156-1-tharvey@gateworks.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250604225104.1429156-1-tharvey@gateworks.com> X-CM-TRANSID:Ms8vCgD3vwmB5GNoGAkcAA--.36385S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUOksqUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiIgNMsWhj5IMU3QAA35 On Wed, Jun 04, 2025 at 03:51:04PM -0700, Tim Harvey wrote: > The GW74xx D revision has added a M2SKT_WDIS2# GPIO which routes to the > W_DISABLE2# pin of the M.2 socket. Update the gpio name for consistency. > > Fixes: 6a5d95b06d93 ("arm64: dts: imx8mp-venice-gw74xx: add M2SKT_GPIO10 gpio configuration") > Signed-off-by: Tim Harvey Applied, thanks!