From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.16]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9A47A10A3E; Sun, 23 Feb 2025 06:11:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740291098; cv=none; b=nIeR1MhAL9Yt0R+6iy3lAuAShIfo6GudCWtk2MbE8meMav/6AmH/IiL7r2tVweqqi6tQuAd8zzeLnj64R1dU44hiqCfXrZHLgtqKLhghiVB+lSR/yYgoKKm+9gCBnTmaeso3YL3pF767srl4wtS2UUNMuldhL/CMHmLi0fqPf9E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740291098; c=relaxed/simple; bh=Jn9Meso2LWjBuECA8Jb9aB5l1UPTW7cHi1W2fgrXJrE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S/XzmDOEuDoqnqiL8fjlUr6MDnYrvAQJmyc4yBi7AbeCfiIy5Ub8edEjokf70U9Ch7vIFkNCwiqrYz2H5kxpoH/tvfQ20adp1z+YzOdx2mQim9ilP3Q/ybe2pnqaGjODTBoScq4PN7INi4CnyhcaZJw1AbTqsyLOysrymtlysuE= 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=ivsPA/lQ; arc=none smtp.client-ip=1.95.21.16 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="ivsPA/lQ" 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=rO+gRo73pxHWZnf3Uevq5TM1eEuO1YJeFmYf2Fpyzak=; b=ivsPA/lQcPO96FCaMKFp2KwNIZiIoIl5AgVI/wN/oiTkk0oAQ3etIpaRpAx34C O9+y0SlDo8OdYTyCll6j+EwqwbCYfDlx//oo5X+n29K25rTXf4QiED5Z4wZACnZ/ niNLTK8PP2pykN5p1Xvj5BAR8Sjkp5h7uNN7WOnUbQoFw= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCnSlrXu7pnhEaeCQ--.22694S3; Sun, 23 Feb 2025 14:10:33 +0800 (CST) Date: Sun, 23 Feb 2025 14:10:31 +0800 From: Shawn Guo To: Larisa Grigore 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, s32@nxp.com, clizzi@redhat.com, aruizrui@redhat.com, eballetb@redhat.com Subject: Re: [PATCH v2 1/2] arm64: dts: s32g: add the eDMA nodes Message-ID: References: <20250203080919.1814455-1-larisa.grigore@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: <20250203080919.1814455-1-larisa.grigore@oss.nxp.com> X-CM-TRANSID:Mc8vCgCnSlrXu7pnhEaeCQ--.22694S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsR6wDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiERj8ZWe6ksyM4wAAs8 On Mon, Feb 03, 2025 at 10:09:19AM +0200, Larisa Grigore wrote: > Add the two eDMA nodes in the device tree in order to enable the probing > of the S32G2/S32G3 eDMA driver. > > Signed-off-by: Larisa Grigore Applied, thanks!