From patchwork Wed Jul 29 06:30:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Crystal Guo X-Patchwork-Id: 11690397 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 F2B7C913 for ; Wed, 29 Jul 2020 06:31:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAAD62076E for ; Wed, 29 Jul 2020 06:31:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="XiA3lQ2V" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726967AbgG2Gb1 (ORCPT ); Wed, 29 Jul 2020 02:31:27 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:52502 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726536AbgG2Gb1 (ORCPT ); Wed, 29 Jul 2020 02:31:27 -0400 X-UUID: 78c909727ed44807ad8c0b35ae1d9a81-20200729 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=W/S6wlW6rlHVWCPQFOfmo+0Q+i9GqsM92xqbMY9UD7Y=; b=XiA3lQ2VNHXC7L8u6I6yRaAIXNZvYhck9RwyFqLJEOQTqSaq/SeXbrVeCTJgfWCewoQCpOxN/btbPAuX5/CmpchotL3R/5qE3o9PQi20wDn4CMJY/2Tc22wErB2rwe6dw6qweOEUpZbhBlgbnyRMp7UxOeDvDkuylceE23Gbswg=; X-UUID: 78c909727ed44807ad8c0b35ae1d9a81-20200729 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.10 Build 0809 with TLS) with ESMTP id 322846917; Wed, 29 Jul 2020 14:31:22 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 29 Jul 2020 14:31:20 +0800 Received: from localhost.localdomain (10.17.3.153) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 29 Jul 2020 14:31:20 +0800 From: Crystal Guo To: , , CC: , , , , , , , Crystal Guo Subject: [v2,1/3] dt-bindings: watchdog: modify description for mt2712 and mt8183 Date: Wed, 29 Jul 2020 14:30:47 +0800 Message-ID: <1596004249-28655-2-git-send-email-crystal.guo@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty In-Reply-To: <1596004249-28655-1-git-send-email-crystal.guo@mediatek.com> References: <1596004249-28655-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 mt8183 also provide sub-system software reset features. But mt6589 not support this feature. Signed-off-by: Crystal Guo --- 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.