Skip to content

Commit

Permalink
sh: USB disable process is needed if romImage boot for EcoVec24
Browse files Browse the repository at this point in the history
when you use romImage on EcoVec24, 1st Linux will enable USB device.
But no-one disable it.
So re-started Linux will get interrupt before USB driver is attached.
This patch disable USB device at first

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Sep 11, 2009
1 parent 643e9d1 commit c386cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ WAIT 1

LIST "setup cache"
ED 0xff00001c, 0x0000090b

LIST "disable USB"
EW 0xA4D80000, 0x0000

0 comments on commit c386cff

Please sign in to comment.