On 12/22/2010 2:17 PM, Sergei Shtylyov wrote: > Hello. > > Michael Williamson wrote: > >> For the MityDSP-L138/MityARM-1808 SoMs, the speed grade can be determined >> from the part number string read from the factory configuration block on >> the on-board I2C PROM. Configure the maximum CPU speed based on this >> information. > >> Signed-off-by: Michael Williamson <[email protected]> > [...] > >> diff --git a/arch/arm/mach-davinci/board-mityomapl138.c >> b/arch/arm/mach-davinci/board-mityomapl138.c >> index 0bb5f0c..9d30c01 100644 >> --- a/arch/arm/mach-davinci/board-mityomapl138.c >> +++ b/arch/arm/mach-davinci/board-mityomapl138.c >> @@ -44,38 +44,102 @@ struct factory_config { >> >> static struct factory_config factory_config; >> >> +struct part_no_info { >> + const char *part_no; /* part number string of interest */ >> + int max_freq; /* khz */ > > Why not align the comments (and do it with a tab)? > > WBR, Sergei
I'd be happy to. Thanks for the comment. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
