From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.17]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A00CD1D555; Fri, 1 Nov 2024 08:25:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730449555; cv=none; b=AHXCUP+YiCoqxOSS5Xf6lArf/btYWHLSukXD9uyx5sVEFZ6xOSD85bcy/2QILVWuha4iK/NsIcQWTl+KB7PD/iYB1l0KiQORQcCayf+ve4diPZR97VdaKyudu4ckTPi3m1/schB1eJC1TZHaib81e615DpM1qF1sb/gHrd9kZzI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730449555; c=relaxed/simple; bh=Pg1bDa1VqMZxjfg4dsHifi+vJu/fSVqVb7HHC7zr2dI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=P/IwYPA12PWo9OG54HPvZ+A7sKHmPjgOrkY9dKldq4cB7lEwOovLVV4A0xLDy5mWJeciZT7RVjhMAehTSZIaqrcLXYeA29y/+BI1XP8uC6EppA2sXwKTeVQ9W5H2tYGqtWlfoyGp1/jjV5m8Yr7hIfBueHLo2zWdnmpWf3mu28U= 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=f5u/4noK; arc=none smtp.client-ip=220.197.32.17 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="f5u/4noK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=Hg2TJ/Baji1tRW8RpbjYn7MFzFn5+qm7pKjjEWt0Flg=; b=f5u/4noKj9KilTbCNFgWVQt0bGoeXfnwxuWKmDWbSN/n13pk1aLAXJgkovhzLU 6q4JEnRL7IDFaszpuM7Q9Z7G685BnYPLkMeYTe6j6vmF0DpnMU9xY2PcFo0KXj/Q A4FTuluYuFo/tmOKvgqc1K5nm7Xr1KyXOwlajU7dk4bzc= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgD3tv6xjSRn72xnAQ--.13820S3; Fri, 01 Nov 2024 16:13:39 +0800 (CST) Date: Fri, 1 Nov 2024 16:13:37 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Alexander Stein , Conor Dooley , Dong Aisheng , Fabio Estevam , Jacky Bai , Krzysztof Kozlowski , Linus Walleij , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , Stefan Wahren , devicetree@vger.kernel.org, imx@lists.linux.dev, kernel@dh-electronics.com, linux-gpio@vger.kernel.org Subject: Re: [PATCH v3 02/12] ARM: dts: imx35: Align pin config nodes with bindings Message-ID: References: <20241017211241.170861-1-marex@denx.de> <20241017211241.170861-2-marex@denx.de> 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: <20241017211241.170861-2-marex@denx.de> X-CM-TRANSID:Ms8vCgD3tv6xjSRn72xnAQ--.13820S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUa-eODUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBBWKZWckjIUEMAAAsA On Thu, Oct 17, 2024 at 11:11:19PM +0200, Marek Vasut wrote: > Bindings expect pin configuration nodes in pinctrl to match certain > naming and not be part of another fake node: > > pinctrl@30330000: '...' does not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' > > Drop the wrapping node and adjust the names to have "grp" prefix. > Diff looks big but this should have no functional impact, use e.g. > git show -w to view the diff. > > Signed-off-by: Marek Vasut Applied all DTS patches, thanks!