diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-26 21:24:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-26 21:24:48 +0200 |
commit | 5d5dc38449645d6064a01a62ee5a0121b6a433cf (patch) | |
tree | 543484f747ff35a81ef23031e6f756bb223228df /recipes | |
parent | 8ffb44d28592bc95e4aa235501b381f1086aecb5 (diff) |
linux-omap-psp: add some more patches
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.29/no-3517-hack.diff | 16 | ||||
-rw-r--r-- | recipes/linux/linux-omap-psp_2.6.29.bb | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.29/no-3517-hack.diff b/recipes/linux/linux-omap-psp-2.6.29/no-3517-hack.diff new file mode 100644 index 0000000000..06b62e581a --- /dev/null +++ b/recipes/linux/linux-omap-psp-2.6.29/no-3517-hack.diff @@ -0,0 +1,16 @@ +--- /tmp/usb-musb.c 2009-07-23 21:42:51.000000000 +0200 ++++ git/arch/arm/mach-omap2/usb-musb.c 2009-07-23 21:46:46.000000000 +0200 +@@ -152,12 +152,10 @@ + if (cpu_is_omap243x()) { + musb_resources[0].start = OMAP243X_HS_BASE; + musb_plat.clock = "usbhs_ick"; +- } else if (1 /*TODO: cpu_is_omap3517()*/) { +- musb_resources[0].start = OMAP3517_HSUSB_OTG_BASE; ++ } else if (0 /*TODO: cpu_is_omap3517()*/) { + musb_plat.clock = "usbotg_vbusp_ck"; + musb_resources[1].start = INT_OMAP3517_HSUSB_OTG; + /* set mux config for DRVVBUS */ +- omap_cfg_reg(E25_3517_USB0_DRVVBUS); + /* OMAP3517 can provide max of 500mA */ + musb_plat.power = 250; + } else { diff --git a/recipes/linux/linux-omap-psp_2.6.29.bb b/recipes/linux/linux-omap-psp_2.6.29.bb index 322aa7c4dc..56e3e62fb3 100644 --- a/recipes/linux/linux-omap-psp_2.6.29.bb +++ b/recipes/linux/linux-omap-psp_2.6.29.bb @@ -18,6 +18,7 @@ S = "${WORKDIR}/git" SRC_URI_append = " \ file://fix-twl-merge-damage.diff;patch=1 \ file://fix-section-mismatch.diff;patch=1 \ + file:///no-3517-hack.diff;patch=1 \ " do_install_append() { |