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 5A6EAC433F5 for ; Tue, 29 Mar 2022 23:38:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240729AbiC2XkE (ORCPT ); Tue, 29 Mar 2022 19:40:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240732AbiC2XkB (ORCPT ); Tue, 29 Mar 2022 19:40:01 -0400 Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93C161C4 for ; Tue, 29 Mar 2022 16:38:15 -0700 (PDT) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-df02f7e2c9so7996191fac.10 for ; Tue, 29 Mar 2022 16:38:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+1cAZLTqZFTwl/X7nyWvDSu6q8lZr9S0RABiAIxFkuM=; b=dX+UoziuMOq+HYfz6vuFFYoMEdIABqfd47EMbb8ryL2Jig3K83PNzSXWuYOegTpE/C OteTYim7cWuC+Bcs7HHKY+Jl13PUuUcQ2a+xb9SBEOA1bwiBgRDn8K8pXp43e5dYyEmr Vr5xe0pvULeAfQPMzibqjXFcQ3c7c6JvcuKlVO9Kl20J09G4YP9T5N0nR7MYg+cLnyhW wHbmpN6kRGELOpbQJf2QRjqGGaLuY+PqWpr4eaFMepV6OcQDQMYn4Xx2WgHeVEjNaXg3 8bXxZVrsfWEy71FQh0NNRLVI7m9EewiuKQQN31mr6uVpk/YAgBwu6f7IO+yZ/dGdolmC gwaw== X-Gm-Message-State: AOAM533LybKwH55UtA5OGz7/HEBx+gxXEekcXB0V3CnJOw2lQm9MEQdc ing77O2f+xMFs7syaqhnMQPtvr1OzQ== X-Google-Smtp-Source: ABdhPJxkrGtgBbZuZzBG3H5iUHI4ZnV53mjbZvAZawZm3fbdUcidO+Lw9+Yu0tCay2j9wBItP2MuyQ== X-Received: by 2002:a05:6870:d354:b0:dd:d425:d4de with SMTP id h20-20020a056870d35400b000ddd425d4demr922292oag.210.1648597094905; Tue, 29 Mar 2022 16:38:14 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k22-20020a056830243600b005af5fb99326sm9382190ots.63.2022.03.29.16.38.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Mar 2022 16:38:14 -0700 (PDT) Received: (nullmailer pid 1572927 invoked by uid 1000); Tue, 29 Mar 2022 23:38:13 -0000 Date: Tue, 29 Mar 2022 18:38:13 -0500 From: Rob Herring To: Jae Hyun Yoo Cc: devicetree@vger.kernel.org, Joel Stanley , Graeme Gregory , Krzysztof Kozlowski , Andrew Jeffery , Arnd Bergmann , linux-aspeed@lists.ozlabs.org, Jamie Iles , Linus Walleij , Rob Herring , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 3/7] dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group Message-ID: References: <20220329173932.2588289-1-quic_jaehyoo@quicinc.com> <20220329173932.2588289-4-quic_jaehyoo@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220329173932.2588289-4-quic_jaehyoo@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 29 Mar 2022 10:39:28 -0700, Jae Hyun Yoo wrote: > FWQSPID is not a group of FWSPID so remove it. > > Fixes: 7488838f2315 ("dt-bindings: pinctrl: aspeed: Document AST2600 pinmux") > Signed-off-by: Jae Hyun Yoo > --- > Changes in v3: > * Newly added in v3. (Andrew) > > .../devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring