Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/regulator/mediatek,mt6397-regulator.h
26288 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_
4
#define _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_
5
6
/*
7
* Buck mode constants which may be used in devicetree properties (eg.
8
* regulator-initial-mode, regulator-allowed-modes).
9
* See the manufacturer's datasheet for more information on these modes.
10
*/
11
12
#define MT6397_BUCK_MODE_AUTO 0
13
#define MT6397_BUCK_MODE_FORCE_PWM 1
14
15
#endif
16
17