From: "Peter A. Bigot" <[email protected]> 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 <[email protected]> --- .../linux/linux-mainline-3.2/beagleboard/defconfig | 2 +- recipes-kernel/linux/linux-mainline_3.2.bb | 2 +- 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 eaf9548..28f096c 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 CONFIG_BACKLIGHT_GENERIC=y # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8870 is not set -CONFIG_BACKLIGHT_TLC59108=m +CONFIG_BACKLIGHT_TLC59108=y # # Display device support diff --git a/recipes-kernel/linux/linux-mainline_3.2.bb b/recipes-kernel/linux/linux-mainline_3.2.bb index bc0a145..7eafdfa 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" SRCREV_pn-${PN} = "1f873aca1c7aa7a574b276c040d304d16f1dbfa4" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" FILESPATH =. "${FILE_DIRNAME}/linux-mainline-3.2:${FILE_DIRNAME}/linux-mainline-3.2/${MACHINE}:" -- 1.7.7.6 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
