mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-11 07:02:10 -05:00
ixp4xx/fsg3: Fix board code detection of the RTC chip
SVN-Revision: 13422
This commit is contained in:
parent
7f863d56bb
commit
570f4128cd
@ -224,7 +224,7 @@
|
|||||||
+
|
+
|
||||||
+static struct i2c_board_info __initdata fsg_i2c_board_info [] = {
|
+static struct i2c_board_info __initdata fsg_i2c_board_info [] = {
|
||||||
+ {
|
+ {
|
||||||
+ I2C_BOARD_INFO("rtc-isl1208", 0x6f),
|
+ I2C_BOARD_INFO("isl1208", 0x6f),
|
||||||
+ },
|
+ },
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user