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 8AB5AC4338F for ; Thu, 29 Jul 2021 22:53:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 701766023E for ; Thu, 29 Jul 2021 22:53:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234928AbhG2WyC (ORCPT ); Thu, 29 Jul 2021 18:54:02 -0400 Received: from mail-io1-f43.google.com ([209.85.166.43]:44798 "EHLO mail-io1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234299AbhG2WyB (ORCPT ); Thu, 29 Jul 2021 18:54:01 -0400 Received: by mail-io1-f43.google.com with SMTP id l18so9121226ioh.11; Thu, 29 Jul 2021 15:53:56 -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=GzKTEl+aI5e4Vr90e7NxH6ppG4Jl145GBZiGyVIci40=; b=XlWztQNRypvFt1/llHNj89fbPNVI7CGJVahErCMNjvijyCNukamXm1N/6dXLi54osg CM74h6jjG7zVpG/6xVlpezLugzM2CbGsHbjxQQFPzxeXKeTvOlcPM2Q3Cx7/DMqv8Qvh euRZC5Ez6j0HCN09w62kqH99Iv3jIAyhtloDyCAtO2JFD1nuFeggvVTY/NffdwfACgNv 9jzPQBanCSb2urlVKSR5M55bspwPuAqWJpFO7KAbS8FJdsiFHu5obCi8nXtlqbiPUZwb lCe3N+OEnbpppn2lCvrT6v7jZ67Yp1r+bwwLZ4nO2N8tH4vdsNeEt8ODsbN4xePulbvR w1OQ== X-Gm-Message-State: AOAM533YGO8wu5m23PjizNJANAizGDAD8OveYcscHkTEMJeBzxQhB/Z0 79hfbQX2wOql7P4Qend+ag== X-Google-Smtp-Source: ABdhPJzhnT9o0KLHaaYhPruzpf12C4zNGzZkdtuvfbTedRgXSgZ4Vk/8rud1Rrd5UFQNmEltOmu1vw== X-Received: by 2002:a02:a999:: with SMTP id q25mr6518689jam.16.1627599236588; Thu, 29 Jul 2021 15:53:56 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id l9sm2408722ilv.31.2021.07.29.15.53.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jul 2021 15:53:56 -0700 (PDT) Received: (nullmailer pid 1057877 invoked by uid 1000); Thu, 29 Jul 2021 22:53:53 -0000 Date: Thu, 29 Jul 2021 16:53:53 -0600 From: Rob Herring To: Sam Shih Cc: Greg Kroah-Hartman , linux-arm-kernel@lists.infradead.org, Hsin-Yi Wang , Stephen Boyd , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Enric Balletbo i Serra , Rob Herring , linux-clk@vger.kernel.org, Sean Wang , linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, Matt Mackall , Guenter Roeck , linux-watchdog@vger.kernel.org, John Crispin , Ryder Lee , Herbert Xu , linux-crypto@vger.kernel.org, Wim Van Sebroeck , Michael Turquette , Fabien Parent , Linus Walleij , Seiya Wang , Matthias Brugger , devicetree@vger.kernel.org Subject: Re: [PATCH 10/12] dt-bindings: watchdog: Add compatible for Mediatek MT7986 Message-ID: References: <20210726071439.14248-1-sam.shih@mediatek.com> <20210726071439.14248-11-sam.shih@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210726071439.14248-11-sam.shih@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 26 Jul 2021 15:14:37 +0800, Sam Shih wrote: > This commit adds dt-binding documentation of watchdog for Mediatek MT7986 > SoC Platform. > > Signed-off-by: Sam Shih > --- > Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring