]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/0009-AM335X-init-tsc-bone-style-for-new-boards.patch
linux-ti33x-psp 3.2: add support for Towertech TT3201 CAN cape
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 0009-AM335X-init-tsc-bone-style-for-new-boards.patch
1 From 79d0c41d98e7121ff7278b79ff57b0de8a0c9377 Mon Sep 17 00:00:00 2001
2 From: Joel A Fernandes <joelagnel@ti.com>
3 Date: Wed, 30 Nov 2011 15:03:59 +0100
4 Subject: [PATCH 09/21] 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 17705b3..ac4f78f 100644
13 --- a/arch/arm/mach-omap2/board-am335xevm.c
14 +++ b/arch/arm/mach-omap2/board-am335xevm.c
15 @@ -2195,7 +2195,7 @@ static struct evm_dev_cfg beaglebone_dev_cfg[] = {
16         {i2c2_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.7.4