diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-09-09 21:40:02 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-11 00:19:18 -0400 |
commit | c386cff1bf0b9bf37d33291e3c96034e83da2af2 (patch) | |
tree | 6c0e12c42b7b97b3b8ab2d3c83a2406f16fd30e9 /arch/sh | |
parent | 643e9d10957e80ebbb3aabbb43788eb5cf9ac033 (diff) |
sh: USB disable process is needed if romImage boot for EcoVec24
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt b/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt index ae805baec225..8b8e4fa1fee9 100644 --- a/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt +++ b/arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt | |||
@@ -77,3 +77,6 @@ WAIT 1 | |||
77 | 77 | ||
78 | LIST "setup cache" | 78 | LIST "setup cache" |
79 | ED 0xff00001c, 0x0000090b | 79 | ED 0xff00001c, 0x0000090b |
80 | |||
81 | LIST "disable USB" | ||
82 | EW 0xA4D80000, 0x0000 | ||