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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7F85C32771 for ; Wed, 21 Sep 2022 08:42:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iMEEIdhWtj1UvrE+sOe9645X3Dbp9lBa9+8jvzkdcSc=; b=jQXO3cni1Q013f ZGaz+s4MhkavpHQWsKHvS07aRD/JzWm1bbQtS5vbC4J6YVwOk+jztOgvnFzEq+G/q5rlCzZLsQ5n/ RTMgUzvLcuLkYmsbSHMmnGq+MD9RT9CMoq8etw893/xII1aMK74RpuvUXZfteUE+43Z6kkrYC/AWh 81gMDbJIc7x+nxsLhYJwLGxIK0hKOyrpMkRmsnOMPCmhCvaBm5rBl19yOX3Cyt3290KfqBzU7dwts MEXFqZTG7IkwJ5d/nS+PYETBOKSvaqeiZz067JrWTSEZfhFfidiGbzo+eXkiDns0dHn0KwFLOZNwj ijtsxXcQsI8RNSfTOJlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oavI5-00A2kf-3S; Wed, 21 Sep 2022 08:41:10 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oav4f-009wy4-CM for linux-arm-kernel@lists.infradead.org; Wed, 21 Sep 2022 08:27:18 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oav4X-0007Vg-Al; Wed, 21 Sep 2022 10:27:09 +0200 Received: from mfe by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1oav4W-00012N-H9; Wed, 21 Sep 2022 10:27:08 +0200 Date: Wed, 21 Sep 2022 10:27:08 +0200 From: Marco Felsch To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, NXP Linux Team , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] arm64: dts: tqma8mq-mba8mx: Add vcc supply to i2c eeproms Message-ID: <20220921082708.rdmlg7esjdtrv2bo@pengutronix.de> References: <20220921070833.3106592-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220921070833.3106592-1-alexander.stein@ew.tq-group.com> User-Agent: NeoMutt/20180716 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: mfe@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220921_012717_475255_410CBF4D X-CRM114-Status: UNSURE ( 9.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 22-09-21, Alexander Stein wrote: > Fixes the warnings: > at24 0-0053: supply vcc not found, using dummy regulator > at24 0-0057: supply vcc not found, using dummy regulator > at24 1-0057: supply vcc not found, using dummy regulator > > Signed-off-by: Alexander Stein Looks good to me. Reviewed-by: Marco Felsch _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel