mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-16 08:11:34 +01:00
watchdog MediaTek add upstream compatible
The upstream compatible is called mt6589-wdt. Add this compatible to the driver. Signed-off-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
parent
6609d123ce
commit
2ef35fcb34
@ -143,6 +143,7 @@ static const struct wdt_ops mtk_wdt_ops = {
|
|||||||
|
|
||||||
static const struct udevice_id mtk_wdt_ids[] = {
|
static const struct udevice_id mtk_wdt_ids[] = {
|
||||||
{ .compatible = "mediatek,wdt"},
|
{ .compatible = "mediatek,wdt"},
|
||||||
|
{ .compatible = "mediatek,mt6589-wdt"},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user