diff options
author | Ron Madrid <ron_madrid@sbcglobal.net> | 2010-05-14 16:27:48 -0700 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-05-17 14:44:25 -0500 |
commit | b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e (patch) | |
tree | f93b712d3c4e48e3009df3bd998ca7a2c97cf36f | |
parent | a4bfc4cc466473b97c7fe84bdf261b2935887e3f (diff) | |
download | u-boot-imx-b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e.zip u-boot-imx-b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e.tar.gz u-boot-imx-b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e.tar.bz2 |
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>
-rw-r--r-- | 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 |