mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-07-25 00:20:43 +00:00
15 lines
335 B
C
15 lines
335 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (c) 2018 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_POWER_MTK_DVFSRC_H
|
|
#define _DT_BINDINGS_POWER_MTK_DVFSRC_H
|
|
|
|
#define MT8183_DVFSRC_LEVEL_1 1
|
|
#define MT8183_DVFSRC_LEVEL_2 2
|
|
#define MT8183_DVFSRC_LEVEL_3 3
|
|
#define MT8183_DVFSRC_LEVEL_4 4
|
|
|
|
#endif /* _DT_BINDINGS_POWER_MTK_DVFSRC_H */
|