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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 5364DC43216 for ; Thu, 29 Jul 2021 22:51:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34000604D7 for ; Thu, 29 Jul 2021 22:51:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234759AbhG2Wv0 (ORCPT ); Thu, 29 Jul 2021 18:51:26 -0400 Received: from mail-il1-f182.google.com ([209.85.166.182]:37600 "EHLO mail-il1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233516AbhG2WvY (ORCPT ); Thu, 29 Jul 2021 18:51:24 -0400 Received: by mail-il1-f182.google.com with SMTP id f8so4233643ilr.4; Thu, 29 Jul 2021 15:51:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=gWxlLweJQNhlRL0/DUplNg/SDpZzR8jOTWXmRYnCmmM=; b=Bi0yjGdIhXjemqjPOO154CMwklK84Khb7/q3Wh6wH0mkFr6MRimKpfBtBvt8zovw7I 6FTZhRAbJ+JsORqQCTVUoPQ+U9UT1e2RQw5xqoog/KXuKs0h9onjSFd9553p/5iRwP43 dZTfBoriCh1Kb6FAFENYiDHaTAAeibBoN/q31oLgQZrlNDTan8dgOD80c2DdnLdmmVGq DEC0WN2aPf0F4hsXDFdYOMVZKCz05/oe+f/JyljB6xBVFIPYFoWji++p+VwBH1iCxK2y 3ray4urJXQnkWDERTcp/Syg+Z+169fuQGaNQ/LQB36vlQlkv6mzIcpUMDQo3EvtjUJFC Ie2Q== X-Gm-Message-State: AOAM533sKVbd02/odHW54/JpG44p5dJKeY7LamurhxZPKb8gmd13lIon 6ePyYTTTbpnfJ9SL8sAk3g== X-Google-Smtp-Source: ABdhPJxE0S6s3FLD5yKTnzi2Pn4YDBkze8cQUCq7Ay/b4kKYHPu7HwjO3npjdwNFKoGRGzq9+QqVrg== X-Received: by 2002:a05:6e02:d09:: with SMTP id g9mr39729ilj.153.1627599078974; Thu, 29 Jul 2021 15:51:18 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r3sm2500646ilg.20.2021.07.29.15.51.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jul 2021 15:51:18 -0700 (PDT) Received: (nullmailer pid 1053555 invoked by uid 1000); Thu, 29 Jul 2021 22:51:15 -0000 Date: Thu, 29 Jul 2021 16:51:15 -0600 From: Rob Herring To: Sam Shih Cc: Sean Wang , Linus Walleij , Matthias Brugger , Matt Mackall , Herbert Xu , Greg Kroah-Hartman , Wim Van Sebroeck , Guenter Roeck , Michael Turquette , Stephen Boyd , Hsin-Yi Wang , Enric Balletbo i Serra , Fabien Parent , Seiya Wang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-crypto@vger.kernel.org, linux-serial@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-clk@vger.kernel.org, John Crispin , Ryder Lee Subject: Re: [PATCH 05/12] dt-bindings: pinctrl: update bindings for MT7986 SoC Message-ID: References: <20210726071439.14248-1-sam.shih@mediatek.com> <20210726071439.14248-6-sam.shih@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210726071439.14248-6-sam.shih@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Mon, Jul 26, 2021 at 03:14:32PM +0800, Sam Shih wrote: > This updates bindings for MT7986 pinctrl driver. > The difference of pinctrl between mt7986a and mt7986b > is that pin-41 to pin-65 do not exist on mt7986b Sounds like you could use the same compatible string. Wouldn't the DT for mt7986b simply not have any config for those pins? > > Signed-off-by: Sam Shih > --- > .../bindings/pinctrl/pinctrl-mt7622.txt | 284 ++++++++++++++++++ > 1 file changed, 284 insertions(+) This is a big change. Please convert to a schema. It probably should be a separate schema.