|
Last change
on this file was 772, checked in by David Azarewicz, 7 months ago |
|
Merge in changes from 6.6-LTS branch.
Fixed additional 25+ problems.
|
|
File size:
308 bytes
|
| Line | |
|---|
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */
|
|---|
| 2 | /*
|
|---|
| 3 | * TPA6130A2 driver platform header
|
|---|
| 4 | *
|
|---|
| 5 | * Copyright (C) Nokia Corporation
|
|---|
| 6 | *
|
|---|
| 7 | * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | #ifndef TPA6130A2_PLAT_H
|
|---|
| 11 | #define TPA6130A2_PLAT_H
|
|---|
| 12 |
|
|---|
| 13 | struct tpa6130a2_platform_data {
|
|---|
| 14 | int power_gpio;
|
|---|
| 15 | };
|
|---|
| 16 |
|
|---|
| 17 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.