Skip to content

Commit 5cfa3be

Browse files
dangowrtbebarino
authored andcommitted
dt-bindings: reset: mediatek: add MT7988 ethwarp reset IDs
Add reset ID for ethwarp subsystem allowing to reset the built-in Ethernet switch of the MediaTek MT7988 SoC. Signed-off-by: Daniel Golle <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/0c14bbacf471683af67ffa7572bfa1d5c45a0b5d.1702849494.git.daniel@makrotopia.org Signed-off-by: Stephen Boyd <[email protected]>
1 parent 8187e00 commit 5cfa3be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright (c) 2023 Daniel Golle <[email protected]>
4+
* Author: Daniel Golle <[email protected]>
5+
*/
6+
7+
#ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7988
8+
#define _DT_BINDINGS_RESET_CONTROLLER_MT7988
9+
10+
/* ETHWARP resets */
11+
#define MT7988_ETHWARP_RST_SWITCH 0
12+
13+
#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7988 */

0 commit comments

Comments
 (0)