From 9c56f109fc15a9e41c28aa31311879f93db53303 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 10 Sep 2008 10:30:37 +0100 Subject: [PATCH] --- yaml --- r: 109829 b: refs/heads/master c: 7bdb22c9d4b4f526b81770cd719d2f5dddf0373d h: refs/heads/master i: 109827: 550360c06ec64dba912794363034320faee5802a v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/tosa.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index df10816c0d26..388e550bcab9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 632480ea6548ae66e89a49ef037fd593c7a52418 +refs/heads/master: 7bdb22c9d4b4f526b81770cd719d2f5dddf0373d diff --git a/trunk/arch/arm/mach-pxa/tosa.c b/trunk/arch/arm/mach-pxa/tosa.c index 5dab30eafddc..33da99fa1ccf 100644 --- a/trunk/arch/arm/mach-pxa/tosa.c +++ b/trunk/arch/arm/mach-pxa/tosa.c @@ -50,6 +50,7 @@ #include #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)); }