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 EF29BC433F5 for ; Sun, 5 Dec 2021 00:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230138AbhLEAfI (ORCPT ); Sat, 4 Dec 2021 19:35:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229772AbhLEAfG (ORCPT ); Sat, 4 Dec 2021 19:35:06 -0500 Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70F39C061354 for ; Sat, 4 Dec 2021 16:31:40 -0800 (PST) Received: by mail-ot1-x32a.google.com with SMTP id u18-20020a9d7212000000b00560cb1dc10bso8595490otj.11 for ; Sat, 04 Dec 2021 16:31:40 -0800 (PST) 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:content-transfer-encoding; bh=ohfUx7+Ba/w55XvPHx2jac6mSSYo1iGShALmEmttMH8=; b=ZyM/HdKaO00iGySBTTsd54bfQp7hn0KQmfRiHoBP1/eUvXjH1I12pcmV7jhk+9GLLl q/lepb+rIHyCs38zQr87qMkiOBBhnQBVDIt94P2PFla+bEjvkwVA/f2F3ZF5plFCfbT5 6ZBwdaKvUbXyOpHgg2kyZeh7GqP+uty921HINgXEpfdzVG/uw6uDY/yqeRjp9G/6RGoJ mext4mObDHgo0ph/sB2HATgT61c0mPHTwsHp0UywpEI4a8WH8ohAqZiaAaJbBosBwGwE WGmmfal+rhm4aP1Wi+tejByEyqjpOX26mClwOSG0t+Zf0CombCItoBH106nc+QH9/L4S vkyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ohfUx7+Ba/w55XvPHx2jac6mSSYo1iGShALmEmttMH8=; b=0AbtZL1Pdr0RDvMgHhf3CtwNjiAHtaMizlnwgEw7W6rBL8J8d0gzGKoN2e9+B0WZSl o6StePj9QjxxFzb84vsXrZzvHUnYZ+ahyPE8NF2aPYl0+Mgh019JprC6CZSGBJYv0kJ3 rGBNEpHoWg/ontj/XrFnMk/LSBR9YpFQRQwrphXWQseysOaw8dDxKcR/BVDdGhw/C69z w744l8iTqFmU4TV5JlEhrsjbsX1tWceYZW57ND6m815c8lIX/wGBnnXSV6/vBTiAo8lS nl9LUd7tqa6+j0ggdREfdRhh29uTr2m3r9Q6VKMA6Bnkbo14WrsW/YsMpx3IWpFnj8Jg xnNw== X-Gm-Message-State: AOAM530MbnCyTr2C5nW3ga3IdYeFVeWCPhlusN1pnKCHXDg15wKrxci2 r2aD1FWti7oW8ikriFaq1J6nL5iMwiDtC1yggFSBkQ== X-Google-Smtp-Source: ABdhPJz9IUX0vw8Jzou3ekRTltWjDhOFDT+ndkoP4wMc0wt4IlUJv8D2e6x/wkSMlf1sxRQPobEfWdkXr7mH8wF9X+A= X-Received: by 2002:a9d:ed6:: with SMTP id 80mr22884362otj.35.1638664299828; Sat, 04 Dec 2021 16:31:39 -0800 (PST) MIME-Version: 1.0 References: <20211202063216.24439-1-zajec5@gmail.com> In-Reply-To: <20211202063216.24439-1-zajec5@gmail.com> From: Linus Walleij Date: Sun, 5 Dec 2021 01:31:28 +0100 Message-ID: Subject: Re: [PATCH REBASE] dt-bindings: pinctrl: use pinctrl.yaml To: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Rob Herring , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Rob Herring Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 2, 2021 at 7:32 AM Rafa=C5=82 Mi=C5=82ecki w= rote: > From: Rafa=C5=82 Mi=C5=82ecki > > Also fix some examples to avoid warnings like: > brcm,ns-pinmux.example.dt.yaml: pin-controller@1800c1c0: $nodename:0: 'pi= n-controller@1800c1c0' does not match '^pinctrl|pinmux@[0-9a-f]+$' > > Signed-off-by: Rafa=C5=82 Mi=C5=82ecki > Reviewed-by: Rob Herring > --- > REBASE after 1dd19cae1552 ("dt-bindings: pinctrl: uniphier: Add child > node definitions to describe pin mux and configuration"). Patch applied! Yours, Linus Walleij