projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae679c1
)
mfd: sec-core: Add cells for S5M8767-clocks
author
Tushar Behera
<tushar.behera@linaro.org>
Thu, 26 Dec 2013 10:19:00 +0000
(15:49 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 21 Jan 2014 08:28:57 +0000
(08:28 +0000)
S5M8767 chip has 3 crystal oscillators running at 32KHz. These are
supported by s2mps11-clk driver.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/sec-core.c
b/drivers/mfd/sec-core.c
index 56615af42a281b6017584f4d6308b0672be388ad..e4671088f075ab0d65c2431c20eedec1acf2c281 100644
(file)
--- a/
drivers/mfd/sec-core.c
+++ b/
drivers/mfd/sec-core.c
@@
-56,7
+56,9
@@
static const struct mfd_cell s5m8767_devs[] = {
.name = "s5m8767-pmic",
}, {
.name = "s5m-rtc",
- },
+ }, {
+ .name = "s5m8767-clk",
+ }
};
static const struct mfd_cell s2mps11_devs[] = {