Merge tag 'sound-4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[cris-mirror.git] / include / linux / regulator / arizona-ldo1.h
blobc685f1277c639187afdbead1bce86a2a681566a8
1 /*
2 * Platform data for Arizona LDO1 regulator
4 * Copyright 2017 Cirrus Logic
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef ARIZONA_LDO1_H
12 #define ARIZONA_LDO1_H
14 struct regulator_init_data;
16 struct arizona_ldo1_pdata {
17 /** GPIO controlling LDOENA, if any */
18 int ldoena;
20 /** Regulator configuration for LDO1 */
21 const struct regulator_init_data *init_data;
24 #endif