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 74DC8C7EE23 for ; Sun, 4 Jun 2023 12:24:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229966AbjFDMYa (ORCPT ); Sun, 4 Jun 2023 08:24:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229904AbjFDMYa (ORCPT ); Sun, 4 Jun 2023 08:24:30 -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 6B78383 for ; Sun, 4 Jun 2023 05:24:29 -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 F3C1D60CF9 for ; Sun, 4 Jun 2023 12:24:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCE26C433D2; Sun, 4 Jun 2023 12:24:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685881468; bh=6MfPx+FKo46JAPleYBzGAsBqqj0ybhGGAlZ9f1Za61E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DrWw8LZ2TYpzMMBLFKYoTQ2XmfADwwaf7NXuqr2dQxmXhRcYEPSIcTwOdbl99NN9e ZetPYRgYeZVFqBROlAKqW/fC5xJ0X/P1R+MxpEMi7+unVvRtCDIHVYN0yMxMJ58QtL c3qJJLPwE3gJW+Y6Yuuxxi47sCfNb3aBdPOzzpbQsK9O9z2kZn81cdYhHwWs10TQea e7bIy5u6xW1rbG40gLEfaDAN9vwyT8/hyb+xGcreNi1dyehY4ByPIRzMg+7ZUyTfI+ gROMxUVeoqP3q43g4xpaF/t7XaYPujPfS4L0NriKwl+2m9Owg9L4tJC0JJTLGM5Hm0 SKkOnJfRxe6Kg== Date: Sun, 4 Jun 2023 20:24:18 +0800 From: Shawn Guo To: Fabio Estevam Cc: broonie@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH v2 3/3] ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name Message-ID: <20230604122418.GG4199@dragon> References: <20230527205048.418360-1-festevam@gmail.com> <20230527205048.418360-3-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230527205048.418360-3-festevam@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, May 27, 2023 at 05:50:48PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > As documented in pfuze100.yaml, the correct name for the regulator is > "coin", so change it to fix the following DT check warning: > > imx6ul-ccimx6ulsbcexpress.dtb: pmic@8: regulators: 'vcoin' does not match any of the regexes: > > Signed-off-by: Fabio Estevam Applied, thanks!