Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109829
b: refs/heads/master
c: 7bdb22c
h: refs/heads/master
i:
  109827: 550360c
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Sep 13, 2008
1 parent 3a8343f commit 9c56f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 632480ea6548ae66e89a49ef037fd593c7a52418
refs/heads/master: 7bdb22c9d4b4f526b81770cd719d2f5dddf0373d
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-pxa/tosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down Expand Up @@ -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));
}

Expand Down

0 comments on commit 9c56f10

Please sign in to comment.