Add patch to fix DRM/X on omap (panda), Enable Cortex-A8 errata on multiplatform kernels (omap3)

This commit is contained in:
Peter Robinson 2013-06-01 16:46:57 +01:00
parent dc6ef3598c
commit f40124cd40
3 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,14 @@
diff -urNp linux-3.9.4-300.fc19.armv7hl_orig/drivers/video/omap2/dss/core.c linux-3.9.4-300.fc19.armv7hl/drivers/video/omap2/dss/core.c
--- linux-3.9.4-300.fc19.armv7hl_orig/drivers/video/omap2/dss/core.c 2013-04-28 20:36:01.000000000 -0400
+++ linux-3.9.4-300.fc19.armv7hl/drivers/video/omap2/dss/core.c 2013-05-31 12:24:07.711334359 -0400
@@ -596,6 +596,9 @@ static int __init omap_dss_init(void)
{
int r;
+ /* hack to load panel-tfp410 driver */
+ request_module("panel-tfp410");
+
r = omap_dss_bus_register();
if (r)
return r;
Binary files linux-3.9.4-300.fc19.armv7hl_orig/drivers/video/omap2/dss/.Makefile.swp and linux-3.9.4-300.fc19.armv7hl/drivers/video/omap2/dss/.Makefile.swp differ

View File

@ -50,9 +50,9 @@ CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y
# CONFIG_ARM_ERRATA_326103 is not set
# CONFIG_ARM_ERRATA_411920 is not set
# Cortex-A8
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
CONFIG_ARM_ERRATA_430973=y
CONFIG_ARM_ERRATA_458693=y
CONFIG_ARM_ERRATA_460075=y
# Cortex-A9
CONFIG_ARM_ERRATA_720789=y
CONFIG_ARM_ERRATA_742230=y

View File

@ -707,6 +707,7 @@ Patch21002: arm-lpae-ax88796.patch
# ARM omap
Patch21003: arm-omap-ehci-fix.patch
Patch21004: arm-omap-load-tfp410.patch
# ARM tegra
Patch21005: arm-tegra-usb-no-reset-linux33.patch
@ -1317,6 +1318,7 @@ ApplyPatch debug-bad-pte-modules.patch
ApplyPatch arm-export-read_current_timer.patch
ApplyPatch arm-lpae-ax88796.patch
ApplyPatch arm-omap-ehci-fix.patch
ApplyPatch arm-omap-load-tfp410.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
ApplyPatch arm-tegra-fixclk.patch
@ -2296,8 +2298,10 @@ fi
# and build.
%changelog
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org>
* Sat June 1 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Update ARM tegra config
- Add patch to fix DRM/X on omap (panda)
- Enable Cortex-A8 errata on multiplatform kernels (omap3)
* Fri May 24 2013 Justin M. Forbes <jforbes@redhat.com> - 3.9.3-300
- Linux v3.9.4