From patchwork Tue Aug 16 06:53:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Runyang Chen X-Patchwork-Id: 597673 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 739C5C32772 for ; Tue, 16 Aug 2022 08:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233089AbiHPIsD (ORCPT ); Tue, 16 Aug 2022 04:48:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232557AbiHPIrT (ORCPT ); Tue, 16 Aug 2022 04:47:19 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A607314EB86; Mon, 15 Aug 2022 23:53:48 -0700 (PDT) X-UUID: ff2c9924990642869f13f113b74b031d-20220816 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=OMBvxrYpYXvQuRyN25bILzhvoPmLavCn4lFuGeOOtg0=; b=MaoVU48eesYRgetgqU/UI2QLGYXBqlAiL7kuoGrwcfGM1aosM5XF9jEzpbqKuV8jcnDkZbpxl4wnaaWhuMIrs1hyS7hiCGX43h61ePfCM2YYHETvIp4cY89KZH9b2IJqf9OIYhda+lxUNeEW3Ligc90rsy4XQqAcjbXWdWb3xiQ=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.9, REQID:94ad52df-6794-496b-b70a-218834032da3, OB:0, LO B:0,IP:0,URL:5,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_H am,ACTION:release,TS:5 X-CID-META: VersionHash:3d8acc9, CLOUDID:084cca9c-da39-4e3b-a854-56c7d2111b46, C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:11|1,File: nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: ff2c9924990642869f13f113b74b031d-20220816 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 484352674; Tue, 16 Aug 2022 14:53:42 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs11n2.mediatek.inc (172.21.101.187) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Tue, 16 Aug 2022 14:53:40 +0800 Received: from localhost.localdomain (10.17.3.154) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 16 Aug 2022 14:53:39 +0800 From: Runyang Chen To: Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , Matthias Brugger , Rob Herring , CC: , , , , , , Runyang Chen Subject: [PATCH v2 0/3] Add watchdog support for MT8188 Soc Date: Tue, 16 Aug 2022 14:53:27 +0800 Message-ID: <20220816065330.27570-1-Runyang.Chen@mediatek.com> X-Mailer: git-send-email 2.9.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Runyang Chen Based on tag: next-20220815, linux-next/master Refer to the discussion in the link: https://patchwork.kernel.org/project/linux-mediatek/patch/20220721014845.19044-2-allen-kh.cheng@mediatek.com/ The other wdt compatible strings are unchanged.So, won't apply the series above v2: Revert wdt compatible for MT8188. v1: 1. Add mt8188-resets.h to define definition of reset bits. 2. Add wdt compatible for MT8188. Runyang Chen (3): dt-bindings: watchdog: Add compatible for MediaTek MT8188 dt-bindings: reset: mt8188: add toprgu reset-controller header file watchdog: mediatek: mt8188: add wdt support .../devicetree/bindings/watchdog/mtk-wdt.txt | 1 + drivers/watchdog/mtk_wdt.c | 6 ++++ include/dt-bindings/reset/mt8188-resets.h | 36 +++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 include/dt-bindings/reset/mt8188-resets.h