From c386cff1bf0b9bf37d33291e3c96034e83da2af2 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 10 Sep 2009 01:40:02 +0000 Subject: 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 Signed-off-by: Paul Mundt --- arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/sh/include/mach-ecovec24') 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 LIST "setup cache" ED 0xff00001c, 0x0000090b + +LIST "disable USB" +EW 0xA4D80000, 0x0000 -- cgit v1.2.3-59-g8ed1b