lkml.org 
[lkml]   [2013]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 4/4] regulator: palmas: Change the DT node property names to follow the convention
Date
DT node properties should not have "_". Replacing them by "-".

Signed-off-by: J Keerthy <j-keerthy@ti.com>
---
drivers/regulator/palmas-regulator.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index 22c6ae2..a7d1d53 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -551,17 +551,17 @@ static void palmas_dt_to_pdata(struct device *dev,
sizeof(struct palmas_reg_init), GFP_KERNEL);

ret = of_property_read_u32(palmas_matches[idx].of_node,
- "ti,warm_reset", &prop);
+ "ti,warm-reset", &prop);
if (!ret)
pdata->reg_init[idx]->warm_reset = prop;

ret = of_property_read_u32(palmas_matches[idx].of_node,
- "ti,roof_floor", &prop);
+ "ti,roof-floor", &prop);
if (!ret)
pdata->reg_init[idx]->roof_floor = prop;

ret = of_property_read_u32(palmas_matches[idx].of_node,
- "ti,mode_sleep", &prop);
+ "ti,mode-sleep", &prop);
if (!ret)
pdata->reg_init[idx]->mode_sleep = prop;

@@ -576,7 +576,7 @@ static void palmas_dt_to_pdata(struct device *dev,
pdata->reg_init[idx]->vsel = prop;
}

- ret = of_property_read_u32(node, "ti,ldo6_vibrator", &prop);
+ ret = of_property_read_u32(node, "ti,ldo6-vibrator", &prop);
if (!ret)
pdata->ldo6_vibrator = prop;
}
--
1.7.5.4


\
 
 \ /
  Last update: 2013-02-18 07:21    [W:0.085 / U:0.932 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site