Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Paul Parsons | ae99ea5 | 2012-05-10 22:11:51 -0700 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2012 Paul Parsons <lost.distance@yahoo.com> | ||||
Paul Parsons | ae99ea5 | 2012-05-10 22:11:51 -0700 | [diff] [blame] | 4 | */ |
5 | |||||
6 | struct navpoint_platform_data { | ||||
7 | int port; /* PXA SSP port for pxa_ssp_request() */ | ||||
8 | int gpio; /* GPIO for power on/off */ | ||||
9 | }; |