2013-04-10 17:14:39

by Rhyland Klein

[permalink] [raw]
Subject: [PATCH] mfd: tps65090: Add compatible string for charger subnode

This patch adds the of_compatible value for the tps65090 charger
subnode used when loading the driver to find its properties
and of_node.

Signed-off-by: Rhyland Klein <[email protected]>
---
drivers/mfd/tps65090.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c
index 88846ae..fbd6ee6 100644
--- a/drivers/mfd/tps65090.c
+++ b/drivers/mfd/tps65090.c
@@ -72,6 +72,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-charger",
.num_resources = ARRAY_SIZE(charger_resources),
.resources = &charger_resources[0],
+ .of_compatible = "ti,tps65090-charger",
},
};

--
1.7.9.5


2013-04-10 22:17:35

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH] mfd: tps65090: Add compatible string for charger subnode

Hi Rhyland,

On Wed, Apr 10, 2013 at 01:14:55PM -0400, Rhyland Klein wrote:
> This patch adds the of_compatible value for the tps65090 charger
> subnode used when loading the driver to find its properties
> and of_node.
>
> Signed-off-by: Rhyland Klein <[email protected]>
> ---
> drivers/mfd/tps65090.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks. And sorry for taking the wrong version.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/

2013-04-11 15:34:48

by Rhyland Klein

[permalink] [raw]
Subject: Re: [PATCH] mfd: tps65090: Add compatible string for charger subnode

On 4/10/2013 6:17 PM, Samuel Ortiz wrote:
> Hi Rhyland,
>
> On Wed, Apr 10, 2013 at 01:14:55PM -0400, Rhyland Klein wrote:
>> This patch adds the of_compatible value for the tps65090 charger
>> subnode used when loading the driver to find its properties
>> and of_node.
>>
>> Signed-off-by: Rhyland Klein <[email protected]>
>> ---
>> drivers/mfd/tps65090.c | 1 +
>> 1 file changed, 1 insertion(+)
> Applied, thanks. And sorry for taking the wrong version.
>
> Cheers,
> Samuel.
>
Np, Thanks!

-rhyland

--
nvpublic