File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 12
12
#include <dt-bindings/reset-controller/mt2712-resets.h>
13
13
#include <dt-bindings/reset-controller/mt8183-resets.h>
14
14
#include <dt-bindings/reset-controller/mt8192-resets.h>
15
+ #include <dt-bindings/reset/mt8195-resets.h>
15
16
#include <linux/delay.h>
16
17
#include <linux/err.h>
17
18
#include <linux/init.h>
@@ -82,6 +83,10 @@ static const struct mtk_wdt_data mt8192_data = {
82
83
.toprgu_sw_rst_num = MT8192_TOPRGU_SW_RST_NUM ,
83
84
};
84
85
86
+ static const struct mtk_wdt_data mt8195_data = {
87
+ .toprgu_sw_rst_num = MT8195_TOPRGU_SW_RST_NUM ,
88
+ };
89
+
85
90
static int toprgu_reset_update (struct reset_controller_dev * rcdev ,
86
91
unsigned long id , bool assert )
87
92
{
@@ -408,6 +413,7 @@ static const struct of_device_id mtk_wdt_dt_ids[] = {
408
413
{ .compatible = "mediatek,mt6589-wdt" },
409
414
{ .compatible = "mediatek,mt8183-wdt" , .data = & mt8183_data },
410
415
{ .compatible = "mediatek,mt8192-wdt" , .data = & mt8192_data },
416
+ { .compatible = "mediatek,mt8195-wdt" , .data = & mt8195_data },
411
417
{ /* sentinel */ }
412
418
};
413
419
MODULE_DEVICE_TABLE (of , mtk_wdt_dt_ids );
You can’t perform that action at this time.
0 commit comments