ixp4xx/fsg3: Fix board code detection of the RTC chip

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13422 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Rod Whitby 2008-11-29 02:23:16 +00:00
parent 3d97d6c634
commit 5402d13717
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
+
+static struct i2c_board_info __initdata fsg_i2c_board_info [] = {
+ {
+ I2C_BOARD_INFO("rtc-isl1208", 0x6f),
+ I2C_BOARD_INFO("isl1208", 0x6f),
+ },
+};
+