* [PATCH] ARM: pxa: magician: Remove duplicated I2C pins declaration
@ 2016-08-17 10:36 Petr Cvek
2016-08-20 8:11 ` Robert Jarzmik
0 siblings, 1 reply; 2+ messages in thread
From: Petr Cvek @ 2016-08-17 10:36 UTC (permalink / raw)
To: linux-arm-kernel
Magician has GPIO117_I2C_SCL and GPIO118_I2C_SDA pins declared twice.
Signed-off-by: Petr Cvek <petr.cvek@tul.cz>
---
arch/arm/mach-pxa/magician.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index abc9181..6f8837e 100644
--- 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,
};
/*
--
2.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: pxa: magician: Remove duplicated I2C pins declaration
2016-08-17 10:36 [PATCH] ARM: pxa: magician: Remove duplicated I2C pins declaration Petr Cvek
@ 2016-08-20 8:11 ` Robert Jarzmik
0 siblings, 0 replies; 2+ messages in thread
From: Robert Jarzmik @ 2016-08-20 8:11 UTC (permalink / raw)
To: linux-arm-kernel
Petr Cvek <petr.cvek@tul.cz> writes:
> Magician has GPIO117_I2C_SCL and GPIO118_I2C_SDA pins declared twice.
>
> Signed-off-by: Petr Cvek <petr.cvek@tul.cz>
Applied to pxa/for-next, thanks.
--
Robert
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-20 8:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 10:36 [PATCH] ARM: pxa: magician: Remove duplicated I2C pins declaration Petr Cvek
2016-08-20 8:11 ` Robert Jarzmik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox