From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.14]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6DF8B10A19; Tue, 13 Aug 2024 02:01:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723514504; cv=none; b=GcSMER6HkVPffIrEH4gWp7URuG5JzQPPdQ62M5zr9171MRFwS0Ff7BPPLty/hfIDnaHebFVKQ9KXHSW1zlzcaiRgA4lgLxg0lDqDo35LidImDUgHR88og3WA+gRyFoPAnsCnk8C2nj5xAEuUJwe0Q9/fGJsFX2298VXwFA5tx+w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723514504; c=relaxed/simple; bh=7JCRZRQQtSMtDb+hKr+wJ529jTMTHT4SVrn9dJlFkCI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OKvA9LZPL1DEjU6orsw6Fm2rCPnDk8LEuIowhb9PoP+wPnz2zEoFg5ZyFTb64D1pP0rBpbF0aAdrkdnHPqM0Ttp1LakQvmOQFZmXlFSWxO2xduANTOLcenQ0Sw1RYhSA4lLL960ZvK1VDu71HDG2amdihaH0V5AyI1LD0RTpmqk= 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=EA+QCpq2; arc=none smtp.client-ip=1.95.21.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="EA+QCpq2" 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=rtnsUYVfDy913fLDQSFMZ1QUpp6L6gXlXkwjPiWWKpc=; b=EA+QCpq2mQd0vG1qVK2DQZHACobroVmq5MOyrMV2Q6z60xl2dKK5jXSvg70KEI 1X+WxqsEtCQj4kGHXbUYcBDFQt4rUZgM0G0c+nMK67H0qRcR0lbsfvyF66puiVCe wyk+1XHCbpghUiVg3f+L9GgvNp5tyznLPSgCLCw8OGUD8= Received: from dragon (unknown [117.62.10.86]) by gzsmtp2 (Coremail) with SMTP id Ms8vCgD3X5tPvrpmn2teAg--.7316S3; Tue, 13 Aug 2024 10:00:49 +0800 (CST) Date: Tue, 13 Aug 2024 10:00:47 +0800 From: Shawn Guo To: Andrei Stefanescu Cc: Chester Lin , Matthias Brugger , Ghennadi Procopciuc , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, NXP S32 Linux Team Subject: Re: [PATCH v2] arm64: dts: s32g: add the pinctrl node Message-ID: References: <20240724132415.1700386-1-andrei.stefanescu@oss.nxp.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: <20240724132415.1700386-1-andrei.stefanescu@oss.nxp.com> X-CM-TRANSID:Ms8vCgD3X5tPvrpmn2teAg--.7316S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUIlALDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiER86ZWa6XtbgagAAsP On Wed, Jul 24, 2024 at 04:24:15PM +0300, Andrei Stefanescu wrote: > Add the pinctrl node in the device tree in order to enable the > S32G2/S32G3 pinctrl driver to probe. > > Signed-off-by: Andrei Stefanescu Applied, thanks!