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 86C8B7F for ; Mon, 25 Sep 2023 03:42:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 351E2C433C7; Mon, 25 Sep 2023 03:42:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695613342; bh=Gx+a1QJo68OR8tSbxTWZ3MX7BlClljBzN4Oqpe5L824=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ce5nJXtTWA0idqp3PLuktsKu/KS+YpXs1KyxTkn5mUIQOHyaTTBZ7ix1WyBDgisez S8RXI3ij1hH2Vl1ueXLIHRL42y0J1an9Yzy2zzYpZ2BknBVkICOL+Src/xAqHgrA2N a7UL0fOomGJRBiHTPvkqy7mpuJgpfE8XdK95hKwjMUscyjmksBCireyUJwVGn58hcI b4Bg39S46NdWqdbbvbvtfjDEwjrdTvKUgQInTno4IVcgY6sFsLpoMrUAw7JjgaFqLq PTYW9+QzkNLSmr1/NrpYwPbpZcZlzWCV8qblrmR05BaaRJ+9xaAHuAopTowKWP/cmv 22R0HcYRCu2zw== Date: Mon, 25 Sep 2023 11:42:10 +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: <20230925034210.GJ7231@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 Hmm, it doesn't apply to my imx/dt64 branch. Shawn