blob: 6f087b22f0781c35afd1e5c580676f7762c3dd85 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * TAS2552 driver platform header
4 *
5 * Copyright (C) 2014 Texas Instruments Inc.
6 *
7 * Author: Dan Murphy <dmurphy@ti.com>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00008 */
9
10#ifndef TAS2552_PLAT_H
11#define TAS2552_PLAT_H
12
13struct tas2552_platform_data {
14 int enable_gpio;
15};
16
17#endif