summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-2.6.28+2.6.29-rc6/tosa/0001--tosa-Set-a-bus_id-for-the-tc6393xb-so-that-the-clk.patch
blob: e7975b4a18707071452daacd231ab3dabd18ffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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