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
7 Signed-off-by: Graeme Gregory <dp@xora.org.uk>
9 arch/arm/mach-pxa/tosa.c | 1 +
10 1 files changed, 1 insertions(+), 0 deletions(-)
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 = {
20 + .bus_id = "tc6393xb",
21 .platform_data = &tosa_tc6393xb_data,
23 .num_resources = ARRAY_SIZE(tc6393xb_resources),