From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DBD9C07CB1 for ; Mon, 27 Nov 2023 03:23:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231942AbjK0DXs (ORCPT ); Sun, 26 Nov 2023 22:23:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231909AbjK0DXo (ORCPT ); Sun, 26 Nov 2023 22:23:44 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92E2B126 for ; Sun, 26 Nov 2023 19:23:51 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F2CBC433C8; Mon, 27 Nov 2023 03:23:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701055430; bh=UqWQSWnQlFHOXDahR564UiFu2gmiWejxDC1l3SAOMXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jn12v7RVQ4Ba0wCENEspHXptscLisqAvzw+o+5umafgEq9jS4qGcqMPikPwsQz7sR qtNGQV4TjmOKCq6Y0wlWrSWWj/NlBGZGNHAgavlYvZ7RAN+biYUvZlpafsPKXZywLu zO4axk2yWs02724c2KqE7iW0+1crTyirVztjMPJ5wA5i+TKiuxzulY//5dOfjofytm 5oUpwUGvB+8XtzDP7CXeLRgDCC1yZKV9jioWaHx/OZQoNr/jCaaLz1T3EQA6xw+00Z iaGzI1T1/9/uC9avyBCRKS5gn/F+l3ZulKiydS6wV67/iQQToM0AUujHVjBQFQWxQg onK/n7Rp2WnzA== Date: Mon, 27 Nov 2023 11:23:45 +0800 From: Shawn Guo To: Hugo Villeneuve Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Hugo Villeneuve , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mn-var-som: add fixed 3.3V regulator for EEPROM Message-ID: <20231127032345.GA87953@dragon> References: <20231030151920.191018-1-hugo@hugovil.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231030151920.191018-1-hugo@hugovil.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 30, 2023 at 11:19:20AM -0400, Hugo Villeneuve wrote: > From: Hugo Villeneuve > > When the EEPROM is probed, we have this warning: > > at24 0-0052: supply vcc not found, using dummy regulator > > Add fixed 3.3v regulator to silence the warning. > > Signed-off-by: Hugo Villeneuve Applied, thanks!