Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux/fpc-iii.git] / include / dt-bindings / regulator / maxim,max77802.h
blobd0baba1973d4c4d751b02af74a704482d61c3b7b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2014 Google, Inc
5 * Device Tree binding constants for the Maxim 77802 PMIC regulators
6 */
8 #ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
9 #define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
11 /* Regulator operating modes */
12 #define MAX77802_OPMODE_LP 1
13 #define MAX77802_OPMODE_NORMAL 3
15 #endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */