From 96611475add0ea5019d693cfa088a8343701546b Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sun, 29 Jun 2008 21:28:32 +0100 Subject: [PATCH] uboot-fix-OOCCTL-reset-phase.patch System reset comes up too early according to how OOCTL has been set. Change to come up in activation state 4 not 1. Signed-off-by: Andy Green --- board/neo1973/gta02/pcf50633.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/neo1973/gta02/pcf50633.c b/board/neo1973/gta02/pcf50633.c index 7a047264..ff29b24b 100644 --- a/board/neo1973/gta02/pcf50633.c +++ b/board/neo1973/gta02/pcf50633.c @@ -18,7 +18,7 @@ const u_int8_t pcf50633_initial_regs[__NUM_PCF50633_REGS] = { [PCF50633_REG_OOCTIM1] = 0xaa, /* debounce 14ms everything */ [PCF50633_REG_OOCTIM2] = 0x4a, [PCF50633_REG_OOCMODE] = 0x55, - [PCF50633_REG_OOCCTL] = 0x44, + [PCF50633_REG_OOCCTL] = 0x47, [PCF50633_REG_GPIOCTL] = 0x01, /* only GPIO1 is input */ [PCF50633_REG_GPIO2CFG] = 0x00, -- 2.11.4.GIT