1/*	$NetBSD: maxim,max77802.h,v 1.1.1.2 2019/01/22 14:57:01 jmcneill Exp $	*/
2
3/* SPDX-License-Identifier: GPL-2.0 */
4/*
5 * Copyright (C) 2014 Google, Inc
6 *
7 * Device Tree binding constants for the Maxim 77802 PMIC regulators
8 */
9
10#ifndef _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
11#define _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H
12
13/* Regulator operating modes */
14#define MAX77802_OPMODE_LP	1
15#define MAX77802_OPMODE_NORMAL	3
16
17#endif /* _DT_BINDINGS_REGULATOR_MAXIM_MAX77802_H */
18