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 6A87EC43214 for ; Thu, 29 Jul 2021 22:52:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5137360F5E for ; Thu, 29 Jul 2021 22:52:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234305AbhG2WwF (ORCPT ); Thu, 29 Jul 2021 18:52:05 -0400 Received: from mail-il1-f175.google.com ([209.85.166.175]:35384 "EHLO mail-il1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233516AbhG2WwE (ORCPT ); Thu, 29 Jul 2021 18:52:04 -0400 Received: by mail-il1-f175.google.com with SMTP id k3so7521974ilu.2; Thu, 29 Jul 2021 15:52:01 -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=HTJgy5VBZ0oMAHE9O7XmVIIL13K6DpLlQbEnJdwiDGg=; b=OF6eWnj6UqpObP2sdHK+/Ft6tkpDnVFyJ0xfj7h9G/Gj1gVWlgjL7MzL5esgEyBhWL AseMY5oM0LlseADRhQqkrBrmJPyEXQjbR+AAmy72j9o7TkSVaXzA7Ma5h2vSk4VLmG5V cMgCahwcqp0guGdJzUlKWsw06DQQ6qe5fDim1Dg5TvHCb7HMWw/hpwm9d/2ZV/NYLLrL eyxaKb9tVDnZzm+3tnP/D3TXvN5lxGk2bPzg1+AWCKsVvTug9IDFHWUyuH1yIrRuRdjk ReOHy6JgtM+i7+pejCgXGD656HA4X22cEhrz2AUwlGMI32f4hReY//VuR63bbMc27Hk+ VW2w== X-Gm-Message-State: AOAM531qBzBpu8qbCAYoRTxIfiy+Ry5vw33bTCEn6t1O96vpims1RPC5 hmPhO58EuX1swAP6HRpJuA== X-Google-Smtp-Source: ABdhPJxvwdp6rY9SUaluCLYLkZoGuVPcomNzfE5Ygq462J5Max8ViPgmc099fsR25cf7mnvNu3kFRQ== X-Received: by 2002:a05:6e02:2162:: with SMTP id s2mr5369766ilv.99.1627599120624; Thu, 29 Jul 2021 15:52:00 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id q11sm1623611ile.71.2021.07.29.15.51.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jul 2021 15:51:59 -0700 (PDT) Received: (nullmailer pid 1054722 invoked by uid 1000); Thu, 29 Jul 2021 22:51:56 -0000 Date: Thu, 29 Jul 2021 16:51:56 -0600 From: Rob Herring To: Sam Shih Cc: Seiya Wang , Greg Kroah-Hartman , Matthias Brugger , Michael Turquette , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Rob Herring , linux-watchdog@vger.kernel.org, Ryder Lee , Hsin-Yi Wang , linux-clk@vger.kernel.org, linux-crypto@vger.kernel.org, Enric Balletbo i Serra , Sean Wang , linux-serial@vger.kernel.org, Guenter Roeck , Stephen Boyd , Matt Mackall , John Crispin , Fabien Parent , linux-gpio@vger.kernel.org, Linus Walleij , Herbert Xu , linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Wim Van Sebroeck Subject: Re: [PATCH 07/12] dt-bindings: arm64: dts: mediatek: Add mt7986 series Message-ID: References: <20210726071439.14248-1-sam.shih@mediatek.com> <20210726071439.14248-8-sam.shih@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210726071439.14248-8-sam.shih@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 26 Jul 2021 15:14:34 +0800, Sam Shih wrote: > MT7986 is Mediatek's new 4-core SoC, which is mainly for wifi-router > application. The difference between mt7986a and mt7986b is that some > pins do not exist on mt7986b. > > Signed-off-by: Sam Shih > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > Acked-by: Rob Herring