Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * tps6507x.h  --  Voltage regulation for the Texas Instruments TPS6507X
0004  *
0005  * Copyright (C) 2010 Texas Instruments, Inc.
0006  */
0007 
0008 #ifndef REGULATOR_TPS6507X
0009 #define REGULATOR_TPS6507X
0010 
0011 /**
0012  * tps6507x_reg_platform_data - platform data for tps6507x
0013  * @defdcdc_default: Defines whether DCDC high or the low register controls
0014  *  output voltage by default. Valid for DCDC2 and DCDC3 outputs only.
0015  */
0016 struct tps6507x_reg_platform_data {
0017     bool defdcdc_default;
0018 };
0019 
0020 #endif