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 07138C77B7F for ; Sun, 14 May 2023 03:46:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229526AbjENDqJ (ORCPT ); Sat, 13 May 2023 23:46:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbjENDqI (ORCPT ); Sat, 13 May 2023 23:46:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 369B21BC8 for ; Sat, 13 May 2023 20:46:06 -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 dfw.source.kernel.org (Postfix) with ESMTPS id BDF666131F for ; Sun, 14 May 2023 03:46:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 439A2C433EF; Sun, 14 May 2023 03:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684035965; bh=jcCdyc/opneEnfmB1fLIkTOwQkXcDdVtfT69e1YWQ0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tAbQG+1YCiqQW/SjsEiF6+qVOheObCoHQRzpIXqIdTm+pDMX/Qhbe/X2hHHFtLejw mk423MXnelIzFG9DwomCcgKZXnTAh6hBwqV07fL13GgXGRHVI0yH3fqk0haGwyOdHi bmu2Yo414kFVQ4GkxiiqofUQXV30FgIH37eHI+XHALyAq1IXp4vymwhwi+AI7cAgvm E9UCnwYl9Iyr3c7lD4OBPyRKaivkudepuk6Hiqkr98/abQSFz78P7RVu29plULA29c B8dximItUsVQBNc3UqYyhvA23iSncmSDHOYU/avRz4MYIJSjW7Z7EFetwaoH4Mn65x AepdKXnw/+aIw== Date: Sun, 14 May 2023 11:45:55 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: Re: [PATCH 1/1] ARM: dts: mba6ulx: add missing vcc supplies to i2c devices Message-ID: <20230514034555.GO727834@dragon> References: <20230421122053.1950640-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230421122053.1950640-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Apr 21, 2023 at 02:20:53PM +0200, Alexander Stein wrote: > This fixes the warnings: > pca953x 3-0020: supply vcc not found, using dummy regulator > pca953x 3-0021: supply vcc not found, using dummy regulator > pca953x 3-0022: supply vcc not found, using dummy regulator > at24 3-0051: supply vcc not found, using dummy regulator > > Signed-off-by: Alexander Stein Applied, thanks!