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 15DFD233D91; Tue, 18 Feb 2025 10:05:58 +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=1739873162; cv=none; b=J9Q4+7HZ+uu0MxevjiMSPMPL0x371KCZZM/LgoJxwMykMGauy3Eq/+onvh+Hylj7QAd4yxMMFovcvcQVYVJXWhbsss7wWJ/oA0KtWDVgzs2+/j9Y73HkEdxBFSNBQYSVOtlvkPu4gJVWVgMMpDVI/6OyNc/IqlwDiLQM+sIUkCw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739873162; c=relaxed/simple; bh=nrKMktRPvU5Z3hqIzD/ZWShh2l5SdtIhGZTIzKRhd0I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QWzrgHgyTyrza5QpBodhy3PBltDz0+s/J/J+KFpSagyN01tMHoyLzp9fgRRgH3d3o7E/mMMKrawVi1IgFJSc948Ut2eWKUw2lChKoa+9Qhr91G9D++6OM7JIXQFU5z5ryJNVRs/YF18iAYwo+E3EkfqdfJ+PstK4TR3icL+V2Ag= 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=d6aJvRm4; 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="d6aJvRm4" 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=NnMwhEnzZlDnNZbKeqVTyqH7UMhTN8QyA0rAjVzJafc=; b=d6aJvRm4llb3gOD6zts96Oakj9u2LBColm3KDmfsYfTOQMe9qeOv3HB5ibEtDh OAYDxeaAM3nSSNL86qafeA39uqxR6SfIy2salA/w5hDcYJriQt/wBtIFNj+0/tt1 buHNCmBLC0t1f/Alhyl1HF512pgdN5/P4w60+RUbW8hbk= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgCH28hCW7RnZJAnCQ--.17115S3; Tue, 18 Feb 2025 18:04:52 +0800 (CST) Date: Tue, 18 Feb 2025 18:04:50 +0800 From: Shawn Guo To: Ciprian Costea Cc: Chester Lin , Matthias Brugger , Ghennadi Procopciuc , Shawn Guo , Sascha Hauer , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, NXP S32 Linux , Christophe Lizzi , Alberto Ruiz , Enric Balletbo Subject: Re: [PATCH v5 0/3] add I2C DTS support for S32G2/S32G3 SoCs Message-ID: References: <20250113110512.506007-1-ciprianmarian.costea@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: <20250113110512.506007-1-ciprianmarian.costea@oss.nxp.com> X-CM-TRANSID:M88vCgCH28hCW7RnZJAnCQ--.17115S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVdgAUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCxn3ZWe0TnUxPgAAsn On Mon, Jan 13, 2025 at 01:05:09PM +0200, Ciprian Costea wrote: > Ciprian Marian Costea (3): > arm64: dts: s32g: add I2C[0..2] support for s32g2 and s32g3 > arm64: dts: s32g: add common 'S32G-EVB' and 'S32G-RDB' board support > arm64: dts: s32g399a-rdb3: Add INA231 sensor entry over I2C4 Applied all, thanks!