Hello. Christophe Aeschlimann wrote:
I'm in the process of adapting the davinci kernel for a custom board based on the OMAP-L138 (da850).
Are you planning to submit your work here?
I was surprised to see that the PINMUX registers configuration (in da850.c) is SOC dependant (part of common initialisation).
Frankly speaking, I don't see where the pin lists are a part of common initialization. Unless you mean da850_pins[] -- that is SoC specific of course as the PinMux registers are situated in the SoC.
I think the PINMUX configuration is definitely a board specific setting.
The pin lists there are just the default ones, readily overridable by the board code. With the annoyng exception of da850_nand_pins[] and da850_nor_pins[] which should have been in board-da850-evm.c really...
Do you agree with me ? Did I miss something and the PINMUX configuration can already be easily overloaded in the board specific configuration ?
Yes.
Is someone already working on a patch to address that issue ?
I see no issue here. :-)
Regards,
WBR, Sergei _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
