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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE0D7C47425 for ; Wed, 30 Sep 2020 09:35:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A6E72067D for ; Wed, 30 Sep 2020 09:35:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ix+NkitM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728974AbgI3JfQ (ORCPT ); Wed, 30 Sep 2020 05:35:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728858AbgI3JfP (ORCPT ); Wed, 30 Sep 2020 05:35:15 -0400 Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 079A8C061755 for ; Wed, 30 Sep 2020 02:35:15 -0700 (PDT) Received: by mail-lf1-x141.google.com with SMTP id x69so1323407lff.3 for ; Wed, 30 Sep 2020 02:35:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CA8XXS74zbXT/B+bUGkpnewKStmgdl4YGDf72mQf+2w=; b=ix+NkitMk1HFFCzU9JgdftvUdNt3twvgdG2uD2wiAiHucbdqZDjRJ87pB20PmBDFbo IPGwsRTbgyytn4I54oHY33KFpHYUpia5mog7enMSLUU9dKhlpE+R+7PbOdPJb1H8xxHA ps5BPxJxVQW+Tdu2hG1fSiI36kSKbQaDItcFydtbk4E94QVfWxhEhh9pLpqOC/+A9bqU Ly+YzHHz57VsYkczIjUh0hgWnl9jBQRKl9QwRS08Nmf2JpcU6aVNX+bKB1lOVRdIUxoL uXHMLloh6egx4+IC5ewVgWDohsuIfYmBUaTENUSgGyC+eqb22VsRpEWYEZt8xyvRIBee wCvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CA8XXS74zbXT/B+bUGkpnewKStmgdl4YGDf72mQf+2w=; b=AsZkIqcSg33x2xe2hN5ixy11jx0P3ILekdMFNEX0XFyfHKuj/GS2rqBVAtVsOKDHVJ EnwdDVZp3KckOlDvOFX0H5mUFRg+eMNW6ZiQJArSppmnkkxRbJW1ZikiqLPwMdDkjNnJ fQXOa/kHiZkG/3Wb00kzew/+Z+9ik2eZRRt7ePK4iYGhShk+/RJMHJ0TGm7UYYDBF0Gs B07E+OuNAmnRodXVL57kGnBIv6Pu0E9lGDLLO2NfW7POkACfXTtjBB20TtzsJ5WQ4tN1 qMn6KIT6ppYgA1t2MhYlh2NYQHQ7AthrseUExOggsBA+rAUcyVG75rAScUJ7HOYMCoCZ +YtA== X-Gm-Message-State: AOAM5316AzebhNFJedZGMV0bHn7lBXpvPf0lMYMNYeFl8DKerbC2Mg42 x71soQVcyFKuLGZUZ9iKWa2EQfEQCiHfpr2XTIqcRA== X-Google-Smtp-Source: ABdhPJz9GKQhxaIz5jBCULEYn/oCGASGLTSQ2xeyHdbkbBdUPvxScsyzuM0SlJ5GQFwkvK71MvimjAXOROpJEiOU6Yk= X-Received: by 2002:ac2:4c11:: with SMTP id t17mr621056lfq.260.1601458513456; Wed, 30 Sep 2020 02:35:13 -0700 (PDT) MIME-Version: 1.0 References: <20200920195848.27075-1-krzk@kernel.org> <20200920195848.27075-4-krzk@kernel.org> <20200929140227.GA494474@bogus> In-Reply-To: <20200929140227.GA494474@bogus> From: Linus Walleij Date: Wed, 30 Sep 2020 11:35:02 +0200 Message-ID: Subject: Re: [PATCH v3 4/4] dt-bindings: gpio: gpio-vf610: fix iMX 7ULP compatible matching To: Rob Herring Cc: Krzysztof Kozlowski , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Anson Huang , "open list:GPIO SUBSYSTEM" , Fabio Estevam , Sascha Hauer , "linux-kernel@vger.kernel.org" , Stefan Agner , Bartosz Golaszewski , NXP Linux Team , Pengutronix Kernel Team , Shawn Guo , Linux ARM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 4:02 PM Rob Herring wrote: > On Tue, Sep 29, 2020 at 01:54:44PM +0200, Linus Walleij wrote: > > On Sun, Sep 20, 2020 at 9:59 PM Krzysztof Kozlowski wrote: > > > > > The i.MX 7ULP DTSes use two compatibles so update the binding to fix > > > dtbs_check warnings like: > > > > > > arch/arm/boot/dts/imx7ulp-com.dt.yaml: gpio@40ae0000: > > > compatible: ['fsl,imx7ulp-gpio', 'fsl,vf610-gpio'] is too long > > > > > > arch/arm/boot/dts/imx7ulp-com.dt.yaml: gpio@40ae0000: > > > compatible: Additional items are not allowed ('fsl,vf610-gpio' was unexpected) > > > > > > Signed-off-by: Krzysztof Kozlowski > > > > This patch doesn't apply to my tree linux-gpio "devel": > > > > $ git am --signoff > > ./v3_20200920_krzk_dt_bindings_gpio_pl061_add_gpio_line_names.mbx > > Applying: dt-bindings: gpio: gpio-vf610: fix iMX 7ULP compatible matching > > error: Documentation/devicetree/bindings/gpio/gpio-vf610.yaml: does > > not exist in index > > Patch failed at 0001 dt-bindings: gpio: gpio-vf610: fix iMX 7ULP > > compatible matching > > It's in my tree, so I've applied it. Excellent, thanks Rob. Yours, Linus Walleij