From 6c3a8973776e8b75e46c34513379c611c0ba2615 Mon Sep 17 00:00:00 2001
From: Graeme Gregory <dp@xora.org.uk>
Date: Tue, 3 Mar 2009 12:14:18 +0000
Subject: [PATCH] [tosa] Set a bus_id for the tc6393xb so that the clk aliasing works and
 the tc6393xb will actually probe ok

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
---
 arch/arm/mach-pxa/tosa.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c
index 3332e5d..1f5ca18 100644
--- a/arch/arm/mach-pxa/tosa.c
+++ b/arch/arm/mach-pxa/tosa.c
@@ -800,6 +800,7 @@ static struct platform_device tc6393xb_device = {
 	.name	= "tc6393xb",
 	.id	= -1,
 	.dev	= {
+		.bus_id = "tc6393xb",
 		.platform_data	= &tosa_tc6393xb_data,
 	},
 	.num_resources	= ARRAY_SIZE(tc6393xb_resources),
-- 
1.5.6.5