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...
v4.6
 1/*
 2 * Copyright (C) 2014 Google, Inc
 3 *
 4 * This program is free software; you can redistribute it and/or modify
 5 * it under the terms of the GNU General Public License version 2 as
 6 * published by the Free Software Foundation.
 7 *
 8 * Device Tree binding constants for the Maxim 77802 PMIC regulators
 9 */
10
11#ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
12#define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
13
14/* Regulator operating modes */
15#define MAX77802_OPMODE_LP	1
16#define MAX77802_OPMODE_NORMAL	3
17
18#endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */
v4.17
 1/*
 2 * Copyright (C) 2014 Google, Inc
 3 *
 4 * This program is free software; you can redistribute it and/or modify
 5 * it under the terms of the GNU General Public License version 2 as
 6 * published by the Free Software Foundation.
 7 *
 8 * Device Tree binding constants for the Maxim 77802 PMIC regulators
 9 */
10
11#ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
12#define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
13
14/* Regulator operating modes */
15#define MAX77802_OPMODE_LP	1
16#define MAX77802_OPMODE_NORMAL	3
17
18#endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */