summaryrefslogtreecommitdiff
path: root/driver/pmic_bd99992gw.h
blob: 4a40a2b15ba8fb4add523bcf736867f8eca5e046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2018 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * ROHM BD99992GW PMIC register map.
 */

#ifndef __CROS_EC_PMIC_BD99992GW_H
#define __CROS_EC_PMIC_BD99992GW_H

#include "temp_sensor/bd99992gw.h"

#define BD99992GW_REG_SDWNCTRL		0x49
#define BD99992GW_SDWNCTRL_SWDN		(1 << 0) /* SWDN mask */

#endif  /* __CROS_EC_PMIC_BD99992GW_H */