All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] mx31moboard: change initial reset status for robot microcontolers
@ 2009-11-19 14:15 Valentin Longchamp
  2009-11-20 10:07 ` [PATCH 1/1] mx31moboard: change initial reset status for robot microcontollers Valentin Longchamp
  2009-11-20 11:07 ` Valentin Longchamp
  0 siblings, 2 replies; 4+ messages in thread
From: Valentin Longchamp @ 2009-11-19 14:15 UTC (permalink / raw)
  To: linux-arm-kernel

We want the microcontrolers to be held in reset during kernel boot.

This patch is trivial and should go into next -rc.

Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
---
 arch/arm/mach-mx3/mx31moboard-marxbot.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-mx3/mx31moboard-marxbot.c b/arch/arm/mach-mx3/mx31moboard-marxbot.c
index 2bfaffb..325e10b 100644
--- a/arch/arm/mach-mx3/mx31moboard-marxbot.c
+++ b/arch/arm/mach-mx3/mx31moboard-marxbot.c
@@ -110,12 +110,12 @@ static struct imxmmc_platform_data sdhc2_pdata = {
 static void dspics_resets_init(void)
 {
 	if (!gpio_request(TRSLAT_RST_B, "translator-rst")) {
-		gpio_direction_output(TRSLAT_RST_B, 1);
+		gpio_direction_output(TRSLAT_RST_B, 0);
 		gpio_export(TRSLAT_RST_B, false);
 	}
 
 	if (!gpio_request(DSPICS_RST_B, "dspics-rst")) {
-		gpio_direction_output(DSPICS_RST_B, 1);
+		gpio_direction_output(DSPICS_RST_B, 0);
 		gpio_export(DSPICS_RST_B, false);
 	}
 }
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-20 11:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 14:15 [PATCH 1/1] mx31moboard: change initial reset status for robot microcontolers Valentin Longchamp
2009-11-20 10:07 ` [PATCH 1/1] mx31moboard: change initial reset status for robot microcontollers Valentin Longchamp
     [not found]   ` <4B06748A.6050709@ru.mvista.com>
2009-11-20 11:04     ` Valentin Longchamp
2009-11-20 11:07 ` Valentin Longchamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.