14 lines
244 B
C
14 lines
244 B
C
|
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* Copyright (c) 2018 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __DIALOG_REGULATOR_H
|
||
|
#define __DIALOG_REGULATOR_H
|
||
|
|
||
|
#define DA9211_BUCK_MODE_SLEEP 1
|
||
|
#define DA9211_BUCK_MODE_SYNC 2
|
||
|
#define DA9211_BUCK_MODE_AUTO 3
|
||
|
|
||
|
#endif
|