From patchwork Thu Jul 30 10:21:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Crystal Guo X-Patchwork-Id: 11692723 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 99EA213B6 for ; Thu, 30 Jul 2020 10:22:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 812DB2075F for ; Thu, 30 Jul 2020 10:22:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="FXrzGDF8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729077AbgG3KWZ (ORCPT ); Thu, 30 Jul 2020 06:22:25 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:47266 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728897AbgG3KWY (ORCPT ); Thu, 30 Jul 2020 06:22:24 -0400 X-UUID: 30ef0792b6324cfe84793aa17270bdd4-20200730 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:CC:To:From; bh=43JS2ywwVdDeLI1qVoCoqy50NzYC0F+9yWEVszhkYxw=; b=FXrzGDF8/QNQOMseFgIUMCTP2M4EO3AIiTA3/0fKZ9MRb3l9JDY3v0ndBt2vVMdSBS73/VD6cYlE12cZFRHt7DWKqT1cHMixXhWKyHZVBBD64WFdIJRQEoaQeJ86up2mhhbcjWcnPU6MuV0BTX3KOU7r3RNNk8HmLIiWwDFyN2w=; X-UUID: 30ef0792b6324cfe84793aa17270bdd4-20200730 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw01.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 1926846719; Thu, 30 Jul 2020 18:22:21 +0800 Received: from mtkcas08.mediatek.inc (172.21.101.126) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 30 Jul 2020 18:22:17 +0800 Received: from localhost.localdomain (10.17.3.153) by mtkcas08.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 30 Jul 2020 18:22:17 +0800 From: Crystal Guo To: , , CC: , , , , , , Crystal Guo Subject: [v3,1/5] dt-binding: mediatek: watchdog: fix the description of compatible Date: Thu, 30 Jul 2020 18:21:46 +0800 Message-ID: <1596104510-11113-2-git-send-email-crystal.guo@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty In-Reply-To: <1596104510-11113-1-git-send-email-crystal.guo@mediatek.com> References: <1596104510-11113-1-git-send-email-crystal.guo@mediatek.com> MIME-Version: 1.0 X-MTK: N Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Besides watchdog, mt2712 and nt8183 also provide sub-system software reset features. But mt6589 not support this feature Signed-off-by: Crystal Guo Reviewed-by: Matthias Brugger --- Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt index 4dd36bd..45eedc2 100644 --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt @@ -4,13 +4,13 @@ Required properties: - compatible should contain: "mediatek,mt2701-wdt", "mediatek,mt6589-wdt": for MT2701 - "mediatek,mt2712-wdt", "mediatek,mt6589-wdt": for MT2712 + "mediatek,mt2712-wdt": for MT2712 "mediatek,mt6589-wdt": for MT6589 "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 - "mediatek,mt8183-wdt", "mediatek,mt6589-wdt": for MT8183 + "mediatek,mt8183-wdt": for MT8183 "mediatek,mt8516-wdt", "mediatek,mt6589-wdt": for MT8516 - reg : Specifies base physical address and size of the registers.