blob: d464ffb4db52b9654074af09264754043a30beab [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Paul Parsonsae99ea52012-05-10 22:11:51 -07002/*
3 * Copyright (C) 2012 Paul Parsons <lost.distance@yahoo.com>
Paul Parsonsae99ea52012-05-10 22:11:51 -07004 */
5
6struct navpoint_platform_data {
7 int port; /* PXA SSP port for pxa_ssp_request() */
8 int gpio; /* GPIO for power on/off */
9};