From e9aa7ff6f36d532d2268cd3b91555cbeb72fda4f Mon Sep 17 00:00:00 2001 From: Joel A Fernandes Date: Wed, 30 Nov 2011 15:03:59 +0100 Subject: [PATCH 08/56] AM335X: init tsc bone style for new boards Signed-off-by: Joel A Fernandes --- arch/arm/mach-omap2/board-am335xevm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c index 64a0c0a..6b78ae6 100644 --- a/arch/arm/mach-omap2/board-am335xevm.c +++ b/arch/arm/mach-omap2/board-am335xevm.c @@ -2290,7 +2290,7 @@ static struct evm_dev_cfg beaglebone_dev_cfg[] = { {i2c2_init, DEV_ON_BASEBOARD, PROFILE_NONE}, {mmc0_init, DEV_ON_BASEBOARD, PROFILE_NONE}, {boneleds_init, DEV_ON_BASEBOARD, PROFILE_ALL}, - {tsc_init, DEV_ON_BASEBOARD, PROFILE_ALL}, + {bone_tsc_init, DEV_ON_BASEBOARD, PROFILE_ALL}, {NULL, 0, 0}, }; -- 1.7.7.6