[U-Boot] [PATCH][mpc83xx] Fix SICRL setting in SIMPC8313

This patch sets the SICRL_LBC bits in SICRL to change the function of the associated pins to GPIO functionality.
Signed-off-by: Ron Madrid ron_madrid@sbcglobal.net --- include/configs/SIMPC8313.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index 1a17323..9104f1a 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -418,7 +418,8 @@ | SICRH_ETSEC2_G \ | SICRH_TSOBI1 \ | SICRH_TSOBI2 ) -#define CONFIG_SYS_SICRL (SICRL_USBDR \ +#define CONFIG_SYS_SICRL ( SICRL_LBC \ + | SICRL_USBDR \ | SICRL_ETSEC2_A )
#define CONFIG_SYS_HID0_INIT 0x000000000

On Fri, 14 May 2010 16:27:48 -0700 Ron Madrid ron_madrid@sbcglobal.net wrote:
This patch sets the SICRL_LBC bits in SICRL to change the function of the associated pins to GPIO functionality.
Signed-off-by: Ron Madrid ron_madrid@sbcglobal.net
applied.
Thanks,
Kim
participants (2)
-
Kim Phillips
-
Ron Madrid