Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56326
b: refs/heads/master
c: b8b6970
h: refs/heads/master
v: v3
  • Loading branch information
Graeme Gregory authored and Russell King committed May 11, 2007
1 parent 082b238 commit beb0ce7
Show file tree
Hide file tree
Showing 3 changed files with 6 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: c9184f58cac9efa5d7d90a0e979f398a99d91641
refs/heads/master: b8b6970b4fe08397554295b0c5169bec7575f7c9
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,10 @@ static struct clk init_clocks[] = {
.name = "usb-bus-host",
.id = -1,
.parent = &clk_usb_bus_host,
}, { .name = "ac97",
.id = -1,
.parent = &clk_p,
.ctrlbit = S3C2443_PCLKCON_AC97,
}
};

Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
#define S3C2443_PCLKCON_IIC (1<<4)
#define S3C2443_PCLKCON_SDI (1<<5)
#define S3C2443_PCLKCON_ADC (1<<7)
#define S3C2443_PCLKCON_AC97 (1<<8)
#define S3C2443_PCLKCON_IIS (1<<9)
#define S3C2443_PCLKCON_PWMT (1<<10)
#define S3C2443_PCLKCON_WDT (1<<11)
Expand Down

0 comments on commit beb0ce7

Please sign in to comment.