blob: 58e4d7b831ef6ce9040e16b955fe1b1d4d019bea [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Bill Richardson55ae10f2012-10-20 11:44:34 +00002/*
3 * Copyright (c) 2012, Google Inc. All rights reserved.
Bill Richardson55ae10f2012-10-20 11:44:34 +00004 */
5
6#ifndef _X86_GPIO_H_
7#define _X86_GPIO_H_
8
Bill Richardson55ae10f2012-10-20 11:44:34 +00009#include <asm-generic/gpio.h>
10
Simon Glass1b4f25f2014-11-12 22:42:24 -070011struct ich6_bank_platdata {
Bin Mengb71eec32014-12-17 15:50:38 +080012 uint16_t base_addr;
Simon Glass1b4f25f2014-11-12 22:42:24 -070013 const char *bank_name;
Simon Glassd6d50db2016-03-06 19:28:13 -070014 int offset;
Simon Glass1b4f25f2014-11-12 22:42:24 -070015};
16
Bill Richardson55ae10f2012-10-20 11:44:34 +000017#endif /* _X86_GPIO_H_ */