aboutsummaryrefslogtreecommitdiffstats
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
diff options
context:
space:
mode:
Diffstat (limited to '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')
-rw-r--r--recipes/linux/linux-2.6.28+2.6.29-rc6/tosa/0001--tosa-Set-a-bus_id-for-the-tc6393xb-so-that-the-clk.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/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 b/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
new file mode 100644
index 0000000000..e7975b4a18
--- /dev/null
+++ b/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
@@ -0,0 +1,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
+