projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca26475
)
ARM: pxa: magician: Remove duplicated I2C pins declaration
author
Petr Cvek
<petr.cvek@tul.cz>
Wed, 17 Aug 2016 10:36:13 +0000
(12:36 +0200)
committer
Robert Jarzmik
<robert.jarzmik@free.fr>
Fri, 9 Sep 2016 16:08:00 +0000
(18:08 +0200)
Magician has GPIO117_I2C_SCL and GPIO118_I2C_SDA pins declared twice.
Signed-off-by: Petr Cvek <petr.cvek@tul.cz>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/mach-pxa/magician.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/magician.c
b/arch/arm/mach-pxa/magician.c
index abc9181693674d0b11f34c52eb619bc31495fd20..6f8837ebbf912def17f128a217f279d48a8e1f65 100644
(file)
--- a/
arch/arm/mach-pxa/magician.c
+++ b/
arch/arm/mach-pxa/magician.c
@@
-121,10
+121,6
@@
static unsigned long magician_pin_config[] __initdata = {
GPIO107_GPIO, /* DS1WM_IRQ */
GPIO108_GPIO, /* GSM_READY */
GPIO115_GPIO, /* nPEN_IRQ */
-
- /* I2C */
- GPIO117_I2C_SCL,
- GPIO118_I2C_SDA,
};
/*