swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68 authored by Linus Torvalds on 28 June 2020, 22:00:24 UTC
Linux 5.8-rc3
Tip revision: 9ebcfad
bq24190_charger.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Platform data for the TI bq24190 battery charger driver.
 */

#ifndef _BQ24190_CHARGER_H_
#define _BQ24190_CHARGER_H_

#include <linux/regulator/machine.h>

struct bq24190_platform_data {
	const struct regulator_init_data *regulator_init_data;
};

#endif
back to top