summaryrefslogtreecommitdiffstats
path: root/include/linux/amba/pl061.h
blob: e1b2fac1523f9cf7c54b274f29ca6055058e51f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __AMBA_PL061_H__
#define __AMBA_PL061_H__

#include <linux/types.h>

/* platform data for the PL061 GPIO driver */

struct pl061_platform_data {
	/* number of the first GPIO */
	unsigned	gpio_base;
};
#endif /* __AMBA_PL061_H__ */