Skip to content
Snippets Groups Projects
Commit b1e1a42b authored by Ron Madrid's avatar Ron Madrid Committed by Kim Phillips
Browse files

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: default avatarRon Madrid <ron_madrid@sbcglobal.net>
parent a4bfc4cc
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,8 @@ ...@@ -418,7 +418,8 @@
| SICRH_ETSEC2_G \ | SICRH_ETSEC2_G \
| SICRH_TSOBI1 \ | SICRH_TSOBI1 \
| SICRH_TSOBI2 ) | SICRH_TSOBI2 )
#define CONFIG_SYS_SICRL (SICRL_USBDR \ #define CONFIG_SYS_SICRL ( SICRL_LBC \
| SICRL_USBDR \
| SICRL_ETSEC2_A ) | SICRL_ETSEC2_A )
#define CONFIG_SYS_HID0_INIT 0x000000000 #define CONFIG_SYS_HID0_INIT 0x000000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment