aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mux.c
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2009-08-24 17:36:37 +0530
committerKevin Hilman <khilman@deeprootsystems.com>2009-09-02 15:07:56 -0700
commitbbde6ebae6dacf2f6e6ac4ab28c1805a2d51c5e1 (patch)
tree2248afa581c7da7ca6bd058aa4fbc6422995dce9 /arch/arm/mach-omap2/mux.c
parent24bcadb6508b7c0f7307749228841fe04af6d70f (diff)
downloadkernel_samsung_smdk4412-bbde6ebae6dacf2f6e6ac4ab28c1805a2d51c5e1.zip
kernel_samsung_smdk4412-bbde6ebae6dacf2f6e6ac4ab28c1805a2d51c5e1.tar.gz
kernel_samsung_smdk4412-bbde6ebae6dacf2f6e6ac4ab28c1805a2d51c5e1.tar.bz2
MUSB: Remove usb_musb_pm_init() call
In usb_musb_pm_init, we attempt to access an MUSB register when the i-clock may not be on, or the module is otherwise not accessible. We need to either: - enable the clock before this access, or - remove this code and move it to the bootloader, or - enable the clock in the bootloader If we enable the clock in the bootloader, we might as well add the workaround in the bootloader itself. This code will anyway be changed once hwmod is in place, so remove it for now This allows us to boot the kernel on certain OMAP3 boards with a bootloader that doesn't enable this clock. Without this, we will need to upgrade the bootloaders on these boards. Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/mux.c')
0 files changed, 0 insertions, 0 deletions