Commit edb10ace authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Wim Van Sebroeck

dt-bindings: reset: Add binding for MediaTek MT6735 TOPRGU/WDT

Add a DT binding for the MT6735 top reset generation unit/watchdog timer.
Signed-off-by: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230302124015.75546-2-y.oudjana@protonmail.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent db728ea9
...@@ -22,6 +22,7 @@ properties: ...@@ -22,6 +22,7 @@ properties:
- enum: - enum:
- mediatek,mt2712-wdt - mediatek,mt2712-wdt
- mediatek,mt6589-wdt - mediatek,mt6589-wdt
- mediatek,mt6735-wdt
- mediatek,mt6795-wdt - mediatek,mt6795-wdt
- mediatek,mt7986-wdt - mediatek,mt7986-wdt
- mediatek,mt8183-wdt - mediatek,mt8183-wdt
......
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
#ifndef _DT_BINDINGS_RESET_MEDIATEK_MT6735_WDT_H_
#define _DT_BINDINGS_RESET_MEDIATEK_MT6735_WDT_H_
#define MT6735_TOPRGU_MM_RST 1
#define MT6735_TOPRGU_MFG_RST 2
#define MT6735_TOPRGU_VENC_RST 3
#define MT6735_TOPRGU_VDEC_RST 4
#define MT6735_TOPRGU_IMG_RST 5
#define MT6735_TOPRGU_MD_RST 7
#define MT6735_TOPRGU_CONN_RST 9
#define MT6735_TOPRGU_C2K_SW_RST 14
#define MT6735_TOPRGU_C2K_RST 15
#define MT6735_TOPRGU_RST_NUM 9
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment