mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
sh: sh7785lcr: Update BSC of USB area
A value of BSC of the USB was wrong. This updates this. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
5d1ee00b1f
commit
091d8c3431
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ CS4WCR_D: .long 0x00101012
|
|||
|
||||
/* USB setting : 32bit mode = CS2, 29bit mode = CS5 */
|
||||
CS_USB_BCR_D: .long 0x11111200
|
||||
CS_USB_WCR_D: .long 0x00020004
|
||||
CS_USB_WCR_D: .long 0x00020005
|
||||
|
||||
/* SD setting : 32bit mode = CS3, 29bit mode = CS6 */
|
||||
CS_SD_BCR_D: .long 0x00000300
|
||||
|
|
Loading…
Add table
Reference in a new issue