提交 633e81a6 编写于 作者: L Linus Walleij 提交者: Russell King

ARM: 5895/2: Alter name of U300 watchdog resource

This changes the bus name of the U300 watchdog from just "wdog"
to "coh901327_wdog" which is used to match the corresponding
driver. This makes the watchdog probe properly.
Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 fc05475f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* arch/arm/mach-u300/core.c * arch/arm/mach-u300/core.c
* *
* *
* Copyright (C) 2007-2009 ST-Ericsson AB * Copyright (C) 2007-2010 ST-Ericsson AB
* License terms: GNU General Public License (GPL) version 2 * License terms: GNU General Public License (GPL) version 2
* Core platform support, IRQ handling and device definitions. * Core platform support, IRQ handling and device definitions.
* Author: Linus Walleij <linus.walleij@stericsson.com> * Author: Linus Walleij <linus.walleij@stericsson.com>
...@@ -1400,7 +1400,7 @@ static struct coh901318_platform coh901318_platform = { ...@@ -1400,7 +1400,7 @@ static struct coh901318_platform coh901318_platform = {
}; };
static struct platform_device wdog_device = { static struct platform_device wdog_device = {
.name = "wdog", .name = "coh901327_wdog",
.id = -1, .id = -1,
.num_resources = ARRAY_SIZE(wdog_resources), .num_resources = ARRAY_SIZE(wdog_resources),
.resource = wdog_resources, .resource = wdog_resources,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册