diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-08-17 23:37:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-08-18 03:31:26 -0400 |
commit | 9f6f11b65ea2da8fab4d6902595d770e89e64d93 (patch) | |
tree | 9d02fa6350e92919d132a30ed547e2d5cb3a2770 /arch | |
parent | 4e1774f3a5de0885be2e59a8e8ef0e99c5f79e7a (diff) |
ARM: mach-shmobile: ap4evb: modify FSI2 ID
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 8afdb1dab029..1b95f122ecf5 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -559,7 +559,7 @@ static struct resource fsi_resources[] = { | |||
559 | 559 | ||
560 | static struct platform_device fsi_device = { | 560 | static struct platform_device fsi_device = { |
561 | .name = "sh_fsi2", | 561 | .name = "sh_fsi2", |
562 | .id = 0, | 562 | .id = -1, |
563 | .num_resources = ARRAY_SIZE(fsi_resources), | 563 | .num_resources = ARRAY_SIZE(fsi_resources), |
564 | .resource = fsi_resources, | 564 | .resource = fsi_resources, |
565 | .dev = { | 565 | .dev = { |