diff options
author | Runyang Chen <runyang.chen@mediatek.com> | 2023-05-25 10:50:10 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-06-13 04:21:01 +0300 |
commit | 2cf4ec53446fa5ab6f860b10a4d825311c40518d (patch) | |
tree | e4d57e3e1517bbbd36d59bf510c67b297fcabf45 /include/dt-bindings/reset | |
parent | f235f6ae59e5060af6d924038348f94a6348ee8d (diff) | |
download | linux-2cf4ec53446fa5ab6f860b10a4d825311c40518d.tar.xz |
dt-bindings: reset: mt8188: add thermal reset control bit
To support reset of infra_ao, add the index of infra_ao reset of thermal
for MT8188.
Signed-off-by: Runyang Chen <runyang.chen@mediatek.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230525075011.7032-2-runyang.chen@mediatek.com
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r-- | include/dt-bindings/reset/mt8188-resets.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/mt8188-resets.h b/include/dt-bindings/reset/mt8188-resets.h index 377cdfda82a9..ba9a5e9b8899 100644 --- a/include/dt-bindings/reset/mt8188-resets.h +++ b/include/dt-bindings/reset/mt8188-resets.h @@ -33,4 +33,9 @@ #define MT8188_TOPRGU_SW_RST_NUM 24 +/* INFRA resets */ +#define MT8188_INFRA_RST1_THERMAL_MCU_RST 0 +#define MT8188_INFRA_RST1_THERMAL_CTRL_RST 1 +#define MT8188_INFRA_RST3_PTP_CTRL_RST 2 + #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT8188 */ |