Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.0-rc4 15 lines 424 B view raw
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