blob: fe74ab9990e696f31aff8a4a2a17019eb2d123a6 [file] [log] [blame]
Richard Fitzgeraldaaa84e62017-04-18 11:43:52 +01001/*
2 * Platform data for Arizona LDO1 regulator
3 *
4 * Copyright 2017 Cirrus Logic
5 *
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 */
10
11#ifndef ARIZONA_LDO1_H
12#define ARIZONA_LDO1_H
13
14struct regulator_init_data;
15
16struct arizona_ldo1_pdata {
Richard Fitzgeraldaaa84e62017-04-18 11:43:52 +010017 /** Regulator configuration for LDO1 */
18 const struct regulator_init_data *init_data;
19};
20
21#endif