From: yxj Date: Wed, 13 Mar 2013 02:33:04 +0000 (+0800) Subject: board LR097:modify gesnsor orientation to support new sensor framework X-Git-Tag: firefly_0821_release~7418 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=97447f5a8f594dc5e5df00d97cd634e8aa4f83b8;p=firefly-linux-kernel-4.4.55.git board LR097:modify gesnsor orientation to support new sensor framework --- diff --git a/arch/arm/mach-rk30/board-rk3168-LR097.c b/arch/arm/mach-rk30/board-rk3168-LR097.c index f7792a429491..8f9338665849 100755 --- a/arch/arm/mach-rk30/board-rk3168-LR097.c +++ b/arch/arm/mach-rk30/board-rk3168-LR097.c @@ -398,7 +398,7 @@ static struct sensor_platform_data mma8452_info = { .irq_enable = 1, .poll_delay_ms = 30, .init_platform_hw = mma8452_init_platform_hw, - .orientation = {1, 0, 0, 0, 0, -1, 0, -1, 0}, + .orientation = {1, 0, 0, 0, -1, 0, 0, 0, -1}, }; #endif #if defined (CONFIG_GS_LIS3DH) @@ -415,7 +415,7 @@ static struct sensor_platform_data lis3dh_info = { .irq_enable = 1, .poll_delay_ms = 30, .init_platform_hw = lis3dh_init_platform_hw, - .orientation = {1, 0, 0, 0, 0, -1, 0, -1, 0}, + .orientation = {1, 0, 0, 0, -1, 0, 0, 0, -1}, }; #endif #if defined(CONFIG_CHARGER_CW2015)