e7975b4a18707071452daacd231ab3dabd18ffe1
[openembedded.git] /
1 From 6c3a8973776e8b75e46c34513379c611c0ba2615 Mon Sep 17 00:00:00 2001
2 From: Graeme Gregory <dp@xora.org.uk>
3 Date: Tue, 3 Mar 2009 12:14:18 +0000
4 Subject: [PATCH] [tosa] Set a bus_id for the tc6393xb so that the clk aliasing works and
5  the tc6393xb will actually probe ok
6
7 Signed-off-by: Graeme Gregory <dp@xora.org.uk>
8 ---
9  arch/arm/mach-pxa/tosa.c |    1 +
10  1 files changed, 1 insertions(+), 0 deletions(-)
11
12 diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c
13 index 3332e5d..1f5ca18 100644
14 --- a/arch/arm/mach-pxa/tosa.c
15 +++ b/arch/arm/mach-pxa/tosa.c
16 @@ -800,6 +800,7 @@ static struct platform_device tc6393xb_device = {
17         .name   = "tc6393xb",
18         .id     = -1,
19         .dev    = {
20 +               .bus_id = "tc6393xb",
21                 .platform_data  = &tosa_tc6393xb_data,
22         },
23         .num_resources  = ARRAY_SIZE(tc6393xb_resources),
24 -- 
25 1.5.6.5
26