diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-09-10 01:40:02 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-11 13:19:18 +0900 |
commit | c386cff1bf0b9bf37d33291e3c96034e83da2af2 (patch) | |
tree | 6c0e12c42b7b97b3b8ab2d3c83a2406f16fd30e9 | |
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>
-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 ae805baec22..8b8e4fa1fee 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 LIST "setup cache" ED 0xff00001c, 0x0000090b + +LIST "disable USB" +EW 0xA4D80000, 0x0000 |