projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6609d12
)
watchdog MediaTek add upstream compatible
author
Matthias Brugger
<mbrugger@suse.com>
Sat, 25 Apr 2020 23:17:45 +0000
(
01:17
+0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 1 May 2020 15:34:01 +0000
(11:34 -0400)
The upstream compatible is called mt6589-wdt.
Add this compatible to the driver.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
drivers/watchdog/mtk_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/mtk_wdt.c
b/drivers/watchdog/mtk_wdt.c
index 669a32320d44cd5443ab9556eec72682e8fe0ed9..b3c597e1d03621b72e95a28582902cc3e81b0971 100644
(file)
--- a/
drivers/watchdog/mtk_wdt.c
+++ b/
drivers/watchdog/mtk_wdt.c
@@
-143,6
+143,7
@@
static const struct wdt_ops mtk_wdt_ops = {
static const struct udevice_id mtk_wdt_ids[] = {
{ .compatible = "mediatek,wdt"},
+ { .compatible = "mediatek,mt6589-wdt"},
{}
};