summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorDmitry Baryshkov2008-09-10 11:30:37 +0200
committerRussell King2008-09-13 21:07:43 +0200
commit7bdb22c9d4b4f526b81770cd719d2f5dddf0373d (patch)
treef9749ed70888b96d2152131b7ed40ed3274c27b2 /arch/arm
parent[ARM] 5245/1: Fix warning about unused return value in drivers/pcmcia (diff)
downloadkernel-qcow2-linux-7bdb22c9d4b4f526b81770cd719d2f5dddf0373d.tar.gz
kernel-qcow2-linux-7bdb22c9d4b4f526b81770cd719d2f5dddf0373d.tar.xz
kernel-qcow2-linux-7bdb22c9d4b4f526b81770cd719d2f5dddf0373d.zip
[ARM] 5246/1: tosa: add proper clock alias for tc6393xb clock
Add clock alias for clock that is used by tc6393xb device on tosa. As that chip plays pretty major part in tosa life and is currently disabled, this is 2.4.27 material. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/tosa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c
index 5dab30eafddc..33da99fa1ccf 100644
--- a/arch/arm/mach-pxa/tosa.c
+++ b/arch/arm/mach-pxa/tosa.c
@@ -50,6 +50,7 @@
#include <asm/mach/sharpsl_param.h>
#include "generic.h"
+#include "clock.h"
#include "devices.h"
static unsigned long tosa_pin_config[] = {
@@ -792,6 +793,8 @@ static void __init tosa_init(void)
pxa_set_i2c_info(NULL);
platform_scoop_config = &tosa_pcmcia_config;
+ clk_add_alias("CLK_CK3P6MI", &tc6393xb_device.dev, "GPIO11_CLK", NULL);
+
platform_add_devices(devices, ARRAY_SIZE(devices));
}