1 /* SPDX-License-Identifier: GPL-2.0 */
3 * TI TPS68470 PMIC platform data definition.
5 * Copyright (c) 2021 Red Hat Inc.
8 * Hans de Goede <hdegoede@redhat.com>
11 #ifndef _INTEL_SKL_INT3472_TPS68470_H
12 #define _INTEL_SKL_INT3472_TPS68470_H
14 struct gpiod_lookup_table
;
15 struct tps68470_regulator_platform_data
;
17 struct int3472_tps68470_board_data
{
19 const struct tps68470_regulator_platform_data
*tps68470_regulator_pdata
;
20 unsigned int n_gpiod_lookups
;
21 struct gpiod_lookup_table
*tps68470_gpio_lookup_tables
[];
24 const struct int3472_tps68470_board_data
*int3472_tps68470_get_board_data(const char *dev_name
);