blob: a60930e36e93958c674e8e1f3ff0b39cd0be7677 [file] [log] [blame]
Thomas Gleixner2b27bdc2019-05-29 16:57:50 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Peter Ujfalusi493b67e2009-10-09 15:55:41 +03002/*
3 * TPA6130A2 driver platform header
4 *
5 * Copyright (C) Nokia Corporation
6 *
Peter Ujfalusib4079ef2011-05-03 18:12:41 +03007 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
Peter Ujfalusi493b67e2009-10-09 15:55:41 +03008 */
9
10#ifndef TPA6130A2_PLAT_H
11#define TPA6130A2_PLAT_H
12
13struct tpa6130a2_platform_data {
Peter Ujfalusi493b67e2009-10-09 15:55:41 +030014 int power_gpio;
15};
16
17#endif