Skip to content

Commit 5ea61b4

Browse files
mtk-rex-bc-chenbebarino
authored andcommitted
dt-bindings: reset: mediatek: Add infra_ao reset index for MT8186
To support reset of infra_ao, add the index of infra_ao reset of thermal/svs for MT8186. Signed-off-by: Rex-BC Chen <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Nícolas F. R. A. Prado <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent a0bc8ae commit 5ea61b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/dt-bindings/reset/mt8186-resets.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8186
88
#define _DT_BINDINGS_RESET_CONTROLLER_MT8186
99

10+
/* TOPRGU resets */
1011
#define MT8186_TOPRGU_INFRA_SW_RST 0
1112
#define MT8186_TOPRGU_MM_SW_RST 1
1213
#define MT8186_TOPRGU_MFG_SW_RST 2
@@ -33,4 +34,8 @@
3334
/* MMSYS resets */
3435
#define MT8186_MMSYS_SW0_RST_B_DISP_DSI0 19
3536

37+
/* INFRA resets */
38+
#define MT8186_INFRA_THERMAL_CTRL_RST 0
39+
#define MT8186_INFRA_PTP_CTRL_RST 1
40+
3641
#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT8186 */

0 commit comments

Comments
 (0)