summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2012-12-06 12:04:15 -0600
committerDenys Dmytriyenko <denys@ti.com>2013-02-17 15:38:52 -0500
commit44c42244aac41aab4c539995882ea189953b1001 (patch)
treede4451a115c31fd10ffedbde495e284e4cd66246 /recipes-kernel
parent800056c5d5499ce9921c5b0d7867085d02dec02c (diff)
downloadmeta-ti-44c42244aac41aab4c539995882ea189953b1001.tar.gz
linux-mainline 3.2: update beagleboard defconfig
Link the TLC59108 driver statically so ULCD7 initialization occurs automatically as it did before f0e2305c7e1 which removed the initialization from u-boot. (Angstrom-v2012.12 does not include this module by default.) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig2
-rw-r--r--recipes-kernel/linux/linux-mainline_3.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig b/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig
index eaf95481..28f096c8 100644
--- a/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig
+++ b/recipes-kernel/linux/linux-mainline-3.2/beagleboard/defconfig
@@ -2907,7 +2907,7 @@ CONFIG_BACKLIGHT_CLASS_DEVICE=y
2907CONFIG_BACKLIGHT_GENERIC=y 2907CONFIG_BACKLIGHT_GENERIC=y
2908# CONFIG_BACKLIGHT_ADP8860 is not set 2908# CONFIG_BACKLIGHT_ADP8860 is not set
2909# CONFIG_BACKLIGHT_ADP8870 is not set 2909# CONFIG_BACKLIGHT_ADP8870 is not set
2910CONFIG_BACKLIGHT_TLC59108=m 2910CONFIG_BACKLIGHT_TLC59108=y
2911 2911
2912# 2912#
2913# Display device support 2913# Display device support
diff --git a/recipes-kernel/linux/linux-mainline_3.2.bb b/recipes-kernel/linux/linux-mainline_3.2.bb
index bc0a1453..7eafdfa7 100644
--- a/recipes-kernel/linux/linux-mainline_3.2.bb
+++ b/recipes-kernel/linux/linux-mainline_3.2.bb
@@ -10,7 +10,7 @@ PV = "3.2.28"
10SRCREV_pn-${PN} = "1f873aca1c7aa7a574b276c040d304d16f1dbfa4" 10SRCREV_pn-${PN} = "1f873aca1c7aa7a574b276c040d304d16f1dbfa4"
11 11
12# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc 12# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
13MACHINE_KERNEL_PR_append = "a" 13MACHINE_KERNEL_PR_append = "b"
14 14
15FILESPATH =. "${FILE_DIRNAME}/linux-mainline-3.2:${FILE_DIRNAME}/linux-mainline-3.2/${MACHINE}:" 15FILESPATH =. "${FILE_DIRNAME}/linux-mainline-3.2:${FILE_DIRNAME}/linux-mainline-3.2/${MACHINE}:"
16 16