From d27f8ff05d04b9191f70eb8a7cb4d901d3ab50f7 Mon Sep 17 00:00:00 2001 From: Joel A Fernandes Date: Wed, 30 Nov 2011 15:03:59 +0100 Subject: [PATCH 08/22] AM335X: init tsc bone style for new boards Signed-off-by: Joel A Fernandes --- arch/arm/mach-omap2/board-am335xevm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c index 17705b3..ac4f78f 100644 --- a/arch/arm/mach-omap2/board-am335xevm.c +++ b/arch/arm/mach-omap2/board-am335xevm.c @@ -2195,7 +2195,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.9.4