On Thursday 17 June 2010 11:43:27 am Christophe Aeschlimann wrote: > Hi, > > I'm in the process of adapting the davinci kernel for a custom board > based on the OMAP-L138 (da850). > > I was surprised to see that the PINMUX registers configuration (in > da850.c) is SOC dependant (part of common initialisation). I think the > PINMUX configuration is definitely a board specific setting. > > Do you agree with me ? Did I miss something and the PINMUX configuration > can already be easily overloaded in the board specific configuration ? > Is someone already working on a patch to address that issue ? > > Regards, >
Actually it is not SoC specific. Possible pinmux configurations are defined in SoC specific files, then they are adjusted in board specific files using 'davinci_cfg_reg' which is defined in mach/mux.h. Best Regards, Caglar _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
