linux/include/linux/mfd/samsung/s2mps13.h

/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2014 Samsung Electronics Co., Ltd
 *              http://www.samsung.com
 */

#ifndef __LINUX_MFD_S2MPS13_H
#define __LINUX_MFD_S2MPS13_H

/* S2MPS13 registers */
enum s2mps13_reg {};

/*  regulator ids */
enum s2mps13_regulators {};

/*
 * Default ramp delay in uv/us. Datasheet says that ramp delay can be
 * controlled however it does not specify which register is used for that.
 * Let's assume that default value will be set.
 */
#define S2MPS13_BUCK_RAMP_DELAY
#define S2MPS13_REG_WRSTBI_MASK

#endif /*  __LINUX_MFD_S2MPS13_H */