浏览代码

xtensa: add m41t62 rtc to s6105 platform

Signed-off-by: Daniel Glockner <dg@emlix.com>
Cc: David Brownell <david-b@pacbell.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Daniel Glockner 16 年之前
父节点
当前提交
759c67e87b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/xtensa/platforms/s6105/device.c

+ 3 - 0
arch/xtensa/platforms/s6105/device.c

@@ -143,6 +143,9 @@ static struct platform_device platform_devices[] = {
 		.resource = s6_gmac_resource,
 		.resource = s6_gmac_resource,
 		.num_resources = ARRAY_SIZE(s6_gmac_resource),
 		.num_resources = ARRAY_SIZE(s6_gmac_resource),
 	},
 	},
+	{
+		I2C_BOARD_INFO("m41t62", S6I2C_ADDR_M41T62),
+	},
 };
 };
 
 
 static int __init device_init(void)
 static int __init device_init(void)