| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
|---|---|
| 2 | /* |
| 3 | * Platform data for Arizona LDO1 regulator |
| 4 | * |
| 5 | * Copyright 2017 Cirrus Logic |
| 6 | */ |
| 7 | |
| 8 | #ifndef ARIZONA_LDO1_H |
| 9 | #define ARIZONA_LDO1_H |
| 10 | |
| 11 | struct regulator_init_data; |
| 12 | |
| 13 | struct arizona_ldo1_pdata { |
| 14 | /** Regulator configuration for LDO1 */ |
| 15 | const struct regulator_init_data *init_data; |
| 16 | }; |
| 17 | |
| 18 | #endif |
| 19 |
