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 974B1C00140 for ; Mon, 22 Aug 2022 01:13:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232064AbiHVBNX (ORCPT ); Sun, 21 Aug 2022 21:13:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229948AbiHVBNW (ORCPT ); Sun, 21 Aug 2022 21:13:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B74C26E7 for ; Sun, 21 Aug 2022 18:13:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BB5FCB80E6E for ; Mon, 22 Aug 2022 01:13:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51684C433C1; Mon, 22 Aug 2022 01:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661130796; bh=I9mXD3uMfZHbykChNzgWDkjqlgirWqf5XAFyDX51b7E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LdasMOwznq5aLFw7xUeBD0DhyCkhdgbt42gyP1EdMqC/HkNiY5IWdKmk2ZJwpiC76 97re3vt8udxH58ys4iqfdtsPX9uXi24QnCPycZ/sFM+4wTnmy+yyKuMFbyuBJyuPj4 lHzrcN4BuYnlpgRm8ItrXEZXAc4PvsJDpPbUem5JUexrNsVsBuYeUzhdxPav03mnqn DoP3kTIanwR4a/LaX69wCk0VcArVcXQPelmViXr6eLdS+JGqadOP1yA24qL6LIjHe7 0jMTQZGeNkIwwRCHdJ3R6shobeKkIKPs0k9sBSbBjGVm5ihUVWlXSnnHkxX3kqpp9T oEN5Iw0fIErNQ== Date: Mon, 22 Aug 2022 09:13:10 +0800 From: Shawn Guo To: Philipp Zabel Cc: Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: Re: [PATCH] ARM: dts: imx6qdl-tqma6x: add fixed power supplies Message-ID: <20220822011310.GE149610@dragon> References: <20220810103448.455244-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220810103448.455244-1-p.zabel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Aug 10, 2022 at 12:34:48PM +0200, Philipp Zabel wrote: > Add fixed power supplies to the EEPROM nodes to suppress a warning: > > at24 2-0050: supply vcc not found, using dummy regulator > > Signed-off-by: Philipp Zabel Applied, thanks!