]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.1/adc/0006-AM335X-init-tsc-bone-style-for-new-boards.patch
85f200d98b208340b20d2f6ccd860488fcc5ebef
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.1 / adc / 0006-AM335X-init-tsc-bone-style-for-new-boards.patch
1 From be48948e9fe62f75cb221309aec0990f9ecd5e01 Mon Sep 17 00:00:00 2001
2 From: Joel A Fernandes <joelagnel@ti.com>
3 Date: Mon, 28 Nov 2011 18:01:07 -0600
4 Subject: [PATCH 6/9] AM335X: init tsc bone style for new boards
6 Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
7 ---
8  arch/arm/mach-omap2/board-am335xevm.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
11 diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
12 index 563770e..20b4e29 100644
13 --- a/arch/arm/mach-omap2/board-am335xevm.c
14 +++ b/arch/arm/mach-omap2/board-am335xevm.c
15 @@ -1554,7 +1554,7 @@ static struct evm_dev_cfg beaglebone_dev_cfg[] = {
16         {usb1_init,     DEV_ON_BASEBOARD, PROFILE_NONE},
17         {mmc0_init,     DEV_ON_BASEBOARD, PROFILE_NONE},
18         {boneleds_init, DEV_ON_BASEBOARD, PROFILE_ALL},
19 -       {tsc_init,      DEV_ON_BASEBOARD, PROFILE_ALL},
20 +       {bone_tsc_init,         DEV_ON_BASEBOARD, PROFILE_ALL},
21         {NULL, 0, 0},
22  };
23  
24 -- 
25 1.7.4.1