Hello, I designed a mother board based on a OMAP35xx processor, and we have the possibility to connect daugher board on this mother board.
One of our daugher board is an ethernet board, and for very low consumption during power saving mode (when the ethernet is not used), we can completely power down the supply of the ethernet board.
But before to do that, I want to disable all GPMC related pin of the processor to not have any logic 1 on the ethernet chip (which is powered down).
With multiplexing register, I can successfully set gpmc_d8-->gpmc_d15, gpmc_a1->gpmc_a7 and gpmc_ncs5 in input with pull down, which is great.
But I am not able to disable gpmc_d0-->gpmc_d7, gpmc_noe, gpmc_nwe :(
Do you think there is another way to disable them ?
Regards
Cyril