Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Platform data for Arizona LDO1 regulator
0004  *
0005  * Copyright 2017 Cirrus Logic
0006  */
0007 
0008 #ifndef ARIZONA_LDO1_H
0009 #define ARIZONA_LDO1_H
0010 
0011 struct regulator_init_data;
0012 
0013 struct arizona_ldo1_pdata {
0014     /** Regulator configuration for LDO1 */
0015     const struct regulator_init_data *init_data;
0016 };
0017 
0018 #endif