blob: 5d74b9fffca2985dac033caa9cae2da077730bc8 [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 * tle62x0.h - platform glue to Infineon TLE62x0 driver chips
4 *
5 * Copyright 2007 Simtec Electronics
6 * Ben Dooks <ben@simtec.co.uk>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007*/
8
9struct tle62x0_pdata {
10 unsigned int init_state;
11 unsigned int gpio_count;
12};