mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:02:26 +02:00
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
This commit is contained in:
parent
346e30c5b1
commit
7cb8a00831
@ -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