projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ade7fa
)
[ARM] S3C64XX: clock.c: fix typo in usb-host clock ctrlbit
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 18 Jun 2009 21:54:44 +0000
(23:54 +0200)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 22 Jun 2009 13:11:56 +0000
(14:11 +0100)
The usb-host clock was using the wrong define (the SCLK enable for the
usb-host-bus) to change the HCLK register instead of the HCLK_UHOST bit.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c64xx/clock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-s3c64xx/clock.c
b/arch/arm/plat-s3c64xx/clock.c
index 0bc2fa1dfc40e0f334508a0ce2896271dd6f06a5..7a36e899360d5a853ec173a7e010a8a0d16ff8a4 100644
(file)
--- a/
arch/arm/plat-s3c64xx/clock.c
+++ b/
arch/arm/plat-s3c64xx/clock.c
@@
-191,7
+191,7
@@
static struct clk init_clocks[] = {
.id = -1,
.parent = &clk_h,
.enable = s3c64xx_hclk_ctrl,
- .ctrlbit = S3C_CLKCON_
S
CLK_UHOST,
+ .ctrlbit = S3C_CLKCON_
H
CLK_UHOST,
}, {
.name = "hsmmc",
.id = 0,