Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v5.14.15
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2014 Google, Inc
 4 *
 5 * Device Tree binding constants for the Maxim 77802 PMIC regulators
 6 */
 7
 8#ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
 9#define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
10
11/* Regulator operating modes */
12#define MAX77802_OPMODE_LP	1
13#define MAX77802_OPMODE_NORMAL	3
14
15#endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2014 Google, Inc
 4 *
 5 * Device Tree binding constants for the Maxim 77802 PMIC regulators
 6 */
 7
 8#ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
 9#define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
10
11/* Regulator operating modes */
12#define MAX77802_OPMODE_LP	1
13#define MAX77802_OPMODE_NORMAL	3
14
15#endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */