u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Weijie Gao <weijie.gao@mediatek.com>
To: <u-boot@lists.denx.de>
Cc: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
	"Stefan Roese" <sr@denx.de>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Chris Packham" <judge.packham@gmail.com>,
	"Chia-Wei, Wang" <chiawei_wang@aspeedtech.com>,
	"Samuel Holland" <samuel@sholland.org>,
	"Pali Rohár" <pali@kernel.org>,
	"Jan Kiszka" <jan.kiszka@siemens.com>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Weijie Gao" <weijie.gao@mediatek.com>
Subject: [PATCH v2 11/14] watchdog: add support for MediaTek MT7621 SoC
Date: Fri, 19 Nov 2021 09:36:55 +0800	[thread overview]
Message-ID: <b12cf3adedba33c44ec8a2f0691136a000e74e08.1637285375.git.weijie.gao@mediatek.com> (raw)
In-Reply-To: <cover.1637285375.git.weijie.gao@mediatek.com>

This patch makes mt7621_wdt driver available for MediaTek MT7621 SoC

Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
---
v2 changes: none
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index d306054a8c..cf383de973 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -173,7 +173,7 @@ config WDT_MT7620
 
 config WDT_MT7621
 	bool "MediaTek MT7621 watchdog timer support"
-	depends on WDT && SOC_MT7628
+	depends on WDT && (SOC_MT7621 || SOC_MT7628)
 	help
 	  Select this to enable Ralink / Mediatek watchdog timer,
 	  which can be found on some MediaTek chips.
-- 
2.17.1


  parent reply	other threads:[~2021-11-19  1:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19  1:35 [PATCH v2 00/14] Add support for MediaTek MT7621 SoC Weijie Gao
2021-11-19  1:35 ` [PATCH v2 01/14] mips: mtmips: add " Weijie Gao
2021-11-19  1:35 ` [PATCH v2 02/14] mips: mtmips: add two reference boards for mt7621 Weijie Gao
2021-11-19  1:35 ` [PATCH v2 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC Weijie Gao
2021-11-26 17:44   ` Sean Anderson
2021-12-03 10:06     ` Weijie Gao
2021-12-15 16:11       ` Sean Anderson
2021-12-27  8:06         ` Weijie Gao
2021-12-31  2:30           ` Sean Anderson
2021-11-19  1:36 ` [PATCH v2 04/14] reset: mtmips: add reset controller support " Weijie Gao
2021-11-19  1:36 ` [PATCH v2 05/14] pinctrl: mtmips: add " Weijie Gao
2021-11-19  1:36 ` [PATCH v2 06/14] nand: raw: " Weijie Gao
2021-11-19  1:36 ` [PATCH v2 07/14] usb: xhci-mtk: " Weijie Gao
2021-11-19  1:36 ` [PATCH v2 08/14] phy: mtk-tphy: " Weijie Gao
2021-11-19  1:36 ` [PATCH v2 09/14] spi: " Weijie Gao
2021-11-19  1:36 ` [PATCH v2 10/14] gpio: " Weijie Gao
2021-11-19  1:36 ` Weijie Gao [this message]
2021-11-19  1:37 ` [PATCH v2 12/14] mmc: mediatek: " Weijie Gao
2021-11-22 23:41   ` Jaehoon Chung
2021-11-19  1:37 ` [PATCH v2 13/14] net: " Weijie Gao
2021-11-21 19:14   ` Ramon Fried
2021-11-22  8:09     ` Weijie Gao
2021-11-19  1:37 ` [PATCH v2 14/14] MAINTAINERS: update maintainer for MediaTek MIPS platform Weijie Gao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b12cf3adedba33c44ec8a2f0691136a000e74e08.1637285375.git.weijie.gao@mediatek.com \
    --to=weijie.gao@mediatek.com \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=chiawei_wang@aspeedtech.com \
    --cc=jagan@amarulasolutions.com \
    --cc=jan.kiszka@siemens.com \
    --cc=judge.packham@gmail.com \
    --cc=pali@kernel.org \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=samuel@sholland.org \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).