"Cousson, Benoit" <b-cousson@xxxxxx> writes: > On 9/25/2010 2:51 PM, Gopinath, Thara wrote: >> This patch adds dev attributes for smartreflex modules >> in the OMAP4 hwmod database. This patch also updates the >> smartreflex rev in the smartreflex class data structure >> in the OMAP4 hwmod database. >> >> Signed-off-by: Thara Gopinath<thara@xxxxxx> >> --- >> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 56 ++++++++++++++++++++++++++++ >> arch/arm/plat-omap/include/plat/control.h | 12 ++++++ >> 2 files changed, 68 insertions(+), 0 deletions(-) >> >> diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c >> index ba3c215..82657b5 100644 >> --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c >> +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c >> @@ -22,6 +22,8 @@ >> >> #include<plat/omap_hwmod.h> >> #include<plat/cpu.h> >> +#include<plat/smartreflex.h> >> +#include<plat/control.h> >> >> #include "omap_hwmod_common_data.h" >> >> @@ -474,6 +476,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_smartreflex_sysc = { >> static struct omap_hwmod_class omap44xx_smartreflex_hwmod_class = { >> .name = "smartreflex", >> .sysc =&omap44xx_smartreflex_sysc, >> + .rev = 2, >> }; >> >> /* smartreflex_core */ >> @@ -505,6 +508,22 @@ static struct omap_hwmod_ocp_if *omap44xx_smartreflex_core_slaves[] = { >> &omap44xx_l4_cfg__smartreflex_core, >> }; >> >> +static u32 omap44xx_sr_core_efuse_offs[] = { >> + OMAP44XX_CONTROL_FUSE_CORE_OPP50, OMAP44XX_CONTROL_FUSE_CORE_OPP100, >> +}; >> + >> +static u32 omap44xx_sr_core_test_nvalues[] = { >> + 0x0, 0x0 >> +}; > > At first, I thought it was a good idea to put such data here, but now > after the discussion about timer hwmod data, I realize I was wrong. > > These informations belong to omap_volt_data. For each OPP you should > provide the efuse offset an the SW nvalues. > BTW, you should not call them test Nvalues, these are perfectly valid > and can be potentially used in production. There are just not as > optimized as a efuse Nvalue. Just to clarify... Benoit, what's your opinion of my comment that these values don't belong in the volt_data. As they are only used in the SR layer, they should remain there, IMO. The only thing needed in volt_data is an efuse id/offset. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html