mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
MVBLM7: make TSEC2 work again.
SICRH has been misconfigured, i.e. TSEC2 clock + D[0:3] are GPIOs. Fix this to be RGMII signals again. Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
This commit is contained in:
parent
c4b115f536
commit
116ef54d68
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@
|
|||
#define CONFIG_SYS_SCCR_TSEC1CM 1
|
||||
#define CONFIG_SYS_SCCR_TSEC2CM 1
|
||||
|
||||
#define CONFIG_SYS_SICRH 0x1fff8003
|
||||
#define CONFIG_SYS_SICRH 0x1fef0003
|
||||
#define CONFIG_SYS_SICRL (SICRL_LDP_A | SICRL_USB1 | SICRL_USB0)
|
||||
|
||||
#define CONFIG_SYS_HID0_INIT 0x000000000
|
||||
|
|
Loading…
Reference in a new issue