lkml.org 
[lkml]   [2014]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 2/3] mfd: sec-core: Add of_compatible strings for MFD cells
Hi Krzysztof,

On 13.03.2014 10:37, Krzysztof Kozlowski wrote:
> Add of_compatible strings for MFD cells for regulator, clock and RTC
> drivers in S5M8767, S2MPS11 and S2MPS14 PMIC-s.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
> drivers/mfd/sec-core.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
> index d163c66edebb..c5b9b95b2099 100644
> --- a/drivers/mfd/sec-core.c
> +++ b/drivers/mfd/sec-core.c
> @@ -55,28 +55,36 @@ static const struct mfd_cell s5m8763_devs[] = {
> static const struct mfd_cell s5m8767_devs[] = {
> {
> .name = "s5m8767-pmic",
> + .of_compatible = "samsung,s5m8767-regulators",
> }, {
> .name = "s5m-rtc",
> + .of_compatible = "samsung,s5m8767-rtc",
> }, {
> .name = "s5m8767-clk",
> + .of_compatible = "samsung,s5m8767-clk",
> }
> };
>
> static const struct mfd_cell s2mps11_devs[] = {
> {
> .name = "s2mps11-pmic",
> + .of_compatible = "samsung,s2mps11-regulators",
> }, {
> .name = "s2mps11-clk",
> + .of_compatible = "samsung,s2mps11-clk",
> }
> };
>
> static const struct mfd_cell s2mps14_devs[] = {
> {
> .name = "s2mps14-pmic",
> + .of_compatible = "samsung,s2mps14-regulators",
> }, {
> .name = "s2mps14-rtc",
> + .of_compatible = "samsung,s2mps14-rtc",
> }, {
> .name = "s2mps14-clk",
> + .of_compatible = "samsung,s2mps14-clk",
> }
> };

Are these compatible strings documented anywhere?

Best regards,
Tomasz


\
 
 \ /
  Last update: 2014-03-13 13:41    [W:0.063 / U:1.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site