brintos

brintos / linux-shallow public Read only

0
0
Text · 398 B · d0baba1 Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (C) 2014 Google, Inc4 *5 * Device Tree binding constants for the Maxim 77802 PMIC regulators6 */7 8#ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H9#define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H10 11/* Regulator operating modes */12#define MAX77802_OPMODE_LP	113#define MAX77802_OPMODE_NORMAL	314 15#endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */16