mfd: sec-core: Add cells for S5M8767-clocks

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>
This commit is contained in:
Tushar Behera 2013-12-26 15:49:00 +05:30 committed by Lee Jones
parent ae679c12e8
commit 39fed00f0b
1 changed files with 3 additions and 1 deletions

View File

@ -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[] = {