This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-kernel
mirror of
https://github.com/projectacrn/acrn-kernel.git
Watch
1
Star
0
Fork
You've already forked acrn-kernel
0
Code
Issues
Releases
Wiki
Activity
d1c3ed669a
acrn-kernel
/
arch
/
arm
/
mach-lpc32xx
/
include
/
mach
/
gpio.h
7 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
gpio/lpc32xx: Add device tree support This patch adds device tree support for gpio-lpc32xx.c. To register the various GPIO banks as (struct) gpio_chips via the same DT gpio-controller, we utilize the adjusted of_xlate API to manipulate the actually used struct gpio_chip. Signed-off-by: Roland Stigge <stigge@antcom.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2012-05-18 16:19:52 +08:00
#
ifndef __MACH_GPIO_H
#
define __MACH_GPIO_H
#
include
"gpio-lpc32xx.h"
#
endif
/* __MACH_GPIO_H */