* Colin Cross [off-list ref] [110531 21:46]:
On Tue, May 31, 2011 at 5:42 AM, Tony Lindgren [off-list ref] wrote:
quoted
* Colin Cross [off-list ref] [110504 14:54]:
quoted
OMAP4 contains two separate instances of the padconf registers,
one in the core system config and one in the wakeup system config.
Pass in two tables to apply the correct values to each instance.
Hmm good catch thanks. Will queue this as a fix.
This patch doesn't work without another fix to allow NULL to be passed
to omap4_mux_init. Do you prefer allowing NULL, or adding empty
board_wkup_mux arrays to every board file? I have a patch for the
first option.
OK, saw that patch and adding to fixes. Passing NULL here is fine.
Tony