diff options
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index 9d0ab442fea..b3e002c4048 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -178,9 +178,9 @@ static int __init omap3h1_spi_init(void) {  static struct mpu_platform_data mpu_data = {  	.int_config  = 0x00,  	.level_shifter = 1, -	.orientation = {    0,  1,  0, -					    1,  0,  0, -					    0,  0,  1 }, +	.orientation = {  0,  -1,  0, +					  -1,  0,  0, +					  0,  0,  1 },  };  static struct lm3530_platform_data omap3h1_backlight_platform_data = { |