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

SVN-Revision: 13422
master
Rod Whitby 16 years ago
parent 7f863d56bb
commit 570f4128cd
  1. 2
      target/linux/ixp4xx/patches-2.6.26/030-ixp4xx_fsg_board_support.patch

@ -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),
+ },
+};
+

Loading…
Cancel
Save