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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=ham 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 BDF52C43387 for ; Mon, 17 Dec 2018 04:15:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8DA6221836 for ; Mon, 17 Dec 2018 04:15:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731312AbeLQEP5 (ORCPT ); Sun, 16 Dec 2018 23:15:57 -0500 Received: from mailgw02.mediatek.com ([1.203.163.81]:29081 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726318AbeLQEP5 (ORCPT ); Sun, 16 Dec 2018 23:15:57 -0500 X-UUID: 2c164c49164444979c5c5394139a66b5-20181217 X-UUID: 2c164c49164444979c5c5394139a66b5-20181217 Received: from mtkcas34.mediatek.inc [(172.27.4.250)] by mailgw02.mediatek.com (envelope-from ) (mailgw01.mediatek.com ESMTP with TLS) with ESMTP id 1530844199; Mon, 17 Dec 2018 12:15:50 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by MTKMBS31N1.mediatek.inc (172.27.4.69) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Mon, 17 Dec 2018 12:15:49 +0800 Received: from [172.21.77.33] (172.21.77.33) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Mon, 17 Dec 2018 12:15:43 +0800 Message-ID: <1545020142.9822.2.camel@mtkswgap22> Subject: Re: [PATCH] dt-bindings: watchdog: update bindings for MT7629 SoC From: Ryder Lee To: Guenter Roeck CC: Matthias Brugger , Rob Herring , , Weijie Gao , , , , Date: Mon, 17 Dec 2018 12:15:42 +0800 In-Reply-To: <9fb38853-6202-c124-d254-f8d20b4d469b@roeck-us.net> References: <55d108719233b3c30c747e75a010b9e64681af09.1541573395.git.ryder.lee@mediatek.com> <4152fe87-0e72-f9aa-6874-9f40dc15f278@gmail.com> <1545017947.7782.1.camel@mtkswgap22> <9fb38853-6202-c124-d254-f8d20b4d469b@roeck-us.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2018-12-16 at 19:53 -0800, Guenter Roeck wrote: > On 12/16/18 7:39 PM, Ryder Lee wrote: > > Hi Matthias, > > > > On Sun, 2018-12-16 at 11:31 +0100, Matthias Brugger wrote: > >> > >> On 07/11/2018 08:10, Ryder Lee wrote: > >>> This updates dt-binding documentation for MT7629 SoC > >>> > >>> Signed-off-by: Ryder Lee > >> > >> Acked-by: Matthias Brugger > >> > >>> --- > >>> Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 1 + > >>> 1 file changed, 1 insertion(+) > >>> > >>> diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > >>> index 859dee1..8682d6a 100644 > >>> --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > >>> +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt > >>> @@ -8,6 +8,7 @@ Required properties: > >>> "mediatek,mt6797-wdt", "mediatek,mt6589-wdt": for MT6797 > >>> "mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622 > >>> "mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623 > >>> + "mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629 > >>> > >>> - reg : Specifies base physical address and size of the registers. > >>> > >>> > > > > Could you take this through your tree? > > > > Why ? We usually take watchdog binding updates through the watchdog tree. > > Guenter Oh, okay :) Ryder