Commit 2f131958 authored by Philipp Zabel's avatar Philipp Zabel Committed by Russell King

[ARM] 5008/1: magician: add magician specific input GPIOs to MFP config

Some input pin configuration that is not handled by drivers. This should
serve mostly as documentation.
Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a1999cd1
...@@ -114,6 +114,14 @@ static unsigned long magician_pin_config[] = { ...@@ -114,6 +114,14 @@ static unsigned long magician_pin_config[] = {
GPIO82_CIF_DD_5, GPIO82_CIF_DD_5,
GPIO84_CIF_FV, GPIO84_CIF_FV,
GPIO85_CIF_LV, GPIO85_CIF_LV,
/* Magician specific input GPIOs */
GPIO9_GPIO, /* unknown */
GPIO10_GPIO, /* GSM_IRQ */
GPIO13_GPIO, /* CPLD_IRQ */
GPIO107_GPIO, /* DS1WM_IRQ */
GPIO108_GPIO, /* GSM_READY */
GPIO115_GPIO, /* nPEN_IRQ */
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment