td8801 : fix akm8975 direction bug
authorzhanghao <zhanghao@rock-chips.com>
Mon, 6 Feb 2012 04:51:06 +0000 (12:51 +0800)
committerzhanghao <zhanghao@rock-chips.com>
Mon, 6 Feb 2012 04:51:06 +0000 (12:51 +0800)
arch/arm/mach-rk29/board-rk29-td8801_v2.c

index f10841e968346a0732c3cffbac494a05e687d1b5..c77cb8f115076d744de36ca899575d392e56d123 100755 (executable)
@@ -702,8 +702,8 @@ static struct akm8975_platform_data akm8975_info =
        .m_layout = 
        {
                {
-                       {-1, 0, 0 },
-                       {0, -1, 0 },
+                       {1, 0, 0 },
+                       {0, 1, 0 },
                        {0,     0, 1 },
                },