forked from Minki/linux
351c2163f9
This makes it possible to probe the COH901 pinctrl driver from the device tree, and assigned the device tree node in the gpio_chip so we can look up cross-references from the device tree. Start grabbing the per-port (bank) IRQs by index instead of by name so we don't have to look up the IRQs by name going forward. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
ST-Ericsson COH 901 571/3 GPIO controller
|
|
|
|
Required properties:
|
|
- compatible: Compatible property value should be "stericsson,gpio-coh901"
|
|
- reg: Physical base address of the controller and length of memory mapped
|
|
region.
|
|
- interrupts: the 0...n interrupts assigned to the different GPIO ports/banks.
|