We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bc8ae commit 5ea61b4Copy full SHA for 5ea61b4
include/dt-bindings/reset/mt8186-resets.h
@@ -7,6 +7,7 @@
7
#ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8186
8
#define _DT_BINDINGS_RESET_CONTROLLER_MT8186
9
10
+/* TOPRGU resets */
11
#define MT8186_TOPRGU_INFRA_SW_RST 0
12
#define MT8186_TOPRGU_MM_SW_RST 1
13
#define MT8186_TOPRGU_MFG_SW_RST 2
@@ -33,4 +34,8 @@
33
34
/* MMSYS resets */
35
#define MT8186_MMSYS_SW0_RST_B_DISP_DSI0 19
36
37
+/* INFRA resets */
38
+#define MT8186_INFRA_THERMAL_CTRL_RST 0
39
+#define MT8186_INFRA_PTP_CTRL_RST 1
40
+
41
#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT8186 */
0 commit comments