1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * tps6507x.h -- Voltage regulation for the 3 * tps6507x.h -- Voltage regulation for the Texas Instruments TPS6507X 4 * 4 * 5 * Copyright (C) 2010 Texas Instruments, Inc. 5 * Copyright (C) 2010 Texas Instruments, Inc. 6 */ 6 */ 7 7 8 #ifndef REGULATOR_TPS6507X 8 #ifndef REGULATOR_TPS6507X 9 #define REGULATOR_TPS6507X 9 #define REGULATOR_TPS6507X 10 10 11 /** 11 /** 12 * tps6507x_reg_platform_data - platform data 12 * tps6507x_reg_platform_data - platform data for tps6507x 13 * @defdcdc_default: Defines whether DCDC high 13 * @defdcdc_default: Defines whether DCDC high or the low register controls 14 * output voltage by default. Valid for D 14 * output voltage by default. Valid for DCDC2 and DCDC3 outputs only. 15 */ 15 */ 16 struct tps6507x_reg_platform_data { 16 struct tps6507x_reg_platform_data { 17 bool defdcdc_default; 17 bool defdcdc_default; 18 }; 18 }; 19 19 20 #endif 20 #endif 21 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.