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 775ABC7EE29 for ; Sun, 4 Jun 2023 12:24:55 +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=LY4vjMEPMjm5I6eBZs2gGiGGOh9lkpDtBT5Y3wLI/ho=; b=gz0N/0CjKfmRlP gVoxSKpD/ROqDICXZqBlr429VHlUElYnOkZHjrND1DK8U70cUHrDmkYN3RzZak6S5J+H42N6T2J4E vh3i3kIRNpsYU9PeatQttvTCMch+fYsRuaukspTqnybVbEigFYYfeZwDF0Sf/YqJ2oE/q0z7Vonsw BBkoK5rio5MkGfpPYVEYMbOsxzHk5EZuFvsiZuQOd6Saf4wO9nFblz55yCzZS/lHRj2sHYpeq6k9P Y77pperxvOWy2oGggjAsAuWqTUiHanVryWbGtWyamK5fTj44uFayup8ByQH39Ub5+iktA723+zslW oAGWXm6+oOsstjM3bdQQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q5mmd-00C8FX-2A; Sun, 04 Jun 2023 12:24:31 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q5mmb-00C8Ex-1x for linux-arm-kernel@lists.infradead.org; Sun, 04 Jun 2023 12:24:30 +0000 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 F3C5461151; 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-Disposition: inline In-Reply-To: <20230527205048.418360-3-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230604_052429_687474_538EFE71 X-CRM114-Status: GOOD ( 11.98 ) 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 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! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel