|
10 | 10 | */
|
11 | 11 |
|
12 | 12 | #include <dt-bindings/reset/mt2712-resets.h>
|
| 13 | +#include <dt-bindings/reset/mediatek,mt6795-resets.h> |
13 | 14 | #include <dt-bindings/reset/mt7986-resets.h>
|
14 | 15 | #include <dt-bindings/reset/mt8183-resets.h>
|
15 | 16 | #include <dt-bindings/reset/mt8186-resets.h>
|
@@ -78,6 +79,10 @@ static const struct mtk_wdt_data mt2712_data = {
|
78 | 79 | .toprgu_sw_rst_num = MT2712_TOPRGU_SW_RST_NUM,
|
79 | 80 | };
|
80 | 81 |
|
| 82 | +static const struct mtk_wdt_data mt6795_data = { |
| 83 | + .toprgu_sw_rst_num = MT6795_TOPRGU_SW_RST_NUM, |
| 84 | +}; |
| 85 | + |
81 | 86 | static const struct mtk_wdt_data mt7986_data = {
|
82 | 87 | .toprgu_sw_rst_num = MT7986_TOPRGU_SW_RST_NUM,
|
83 | 88 | };
|
@@ -426,6 +431,7 @@ static int mtk_wdt_resume(struct device *dev)
|
426 | 431 | static const struct of_device_id mtk_wdt_dt_ids[] = {
|
427 | 432 | { .compatible = "mediatek,mt2712-wdt", .data = &mt2712_data },
|
428 | 433 | { .compatible = "mediatek,mt6589-wdt" },
|
| 434 | + { .compatible = "mediatek,mt6795-wdt", .data = &mt6795_data }, |
429 | 435 | { .compatible = "mediatek,mt7986-wdt", .data = &mt7986_data },
|
430 | 436 | { .compatible = "mediatek,mt8183-wdt", .data = &mt8183_data },
|
431 | 437 | { .compatible = "mediatek,mt8186-wdt", .data = &mt8186_data },
|
|
0 commit comments