board-rk29sdk.c : add anx7150 i2c config 'again'
authorkfx <kfx@rock-chips.com>
Thu, 23 Dec 2010 01:08:09 +0000 (09:08 +0800)
committerkfx <kfx@rock-chips.com>
Thu, 23 Dec 2010 01:08:09 +0000 (09:08 +0800)
arch/arm/mach-rk29/board-rk29sdk.c

index 9ce7646b7ab7a4e565cc1459400229431831cd7e..fa6fe26c67ae993d7c4ec11857d2fce101205836 100755 (executable)
@@ -523,6 +523,15 @@ static struct i2c_board_info __initdata board_i2c1_devices[] = {
                .irq                    = RK29_PIN4_PA1,
        },
 #endif
+#if defined (CONFIG_ANX7150)
+    {
+               .type           = "anx7150",
+        .addr           = 0x39,             //0x39, 0x3d
+        .flags          = 0,
+        .irq            = RK29_PIN1_PD7,
+    },
+#endif
+
 };
 #endif