From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 80B4D22336 for ; Thu, 12 Oct 2023 10:19:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bYWKRxG0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8572BC433C7; Thu, 12 Oct 2023 10:19:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697105967; bh=L0t5nXwLEjTKQCJhv1rv+xpI6JkWGcX7XIz5Zb5gwdA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bYWKRxG0a3FpAfefUBjEApenpX0M6UKSPgZd9MokG914AnkVDcJaPUgR6TJP/4VPA Q7Kfcm5iIOv1JZfPyfPgmvwh37/a6mGuAywfs4AlHu1D5EoOnebtsNKKiPZt7j6KpC R/YfUyoh1cXb6rpXOcIQ/w6teNVe6bJaMr1cyCc9mf553BqS+k1DYusivZvo5WLILe qfuW34SVAuUDaQkUXnqw2zZ/743Yw8i0vuvhHmneuxsMXcqrg0YILvooWbinIaE51H 3Cr7Wx/5nDRgCDXE26p2ODGXnYUxiA61Ar0j55w1DeiGS1zWuEXue+Y6yMA133U2zA iOBjKIdBqk2HA== Date: Thu, 12 Oct 2023 18:19:15 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , Fabio Estevam , Frieder Schrempf , Krzysztof Kozlowski , NXP Linux Team , Peng Fan , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] arm64: dts: imx8mp: Update i.MX8MP DHCOM SoM DT to production rev.200 Message-ID: <20231012101915.GV819755@dragon> References: <20230921192933.71639-1-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: <20230921192933.71639-1-marex@denx.de> On Thu, Sep 21, 2023 at 09:29:32PM +0200, Marek Vasut wrote: > The current imx8mp-dhcom-som.dtsi describes prototype rev.100 SoM, > update the DT to describe production rev.200 SoM which brings the > following changes: > - Fast SoC GPIOs exposed on the SoM edge connector > - Slow GPIOs like component resets moved to I2C GPIO expander > - ADC upgraded from TLA2024 to ADS1015 with conversion interrupt > - EEPROM size increased from 256 B to 4 kiB > > Signed-off-by: Marek Vasut Applied both, thanks!