Re: [U-Boot] Peripheral multiplexing in devices

2010-03-16 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <4b9f89b2.8040...@st.com> you wrote: > > Now, we want to support this in sw in such a way that we have a single > image for linux for all possible configurations. We intend to do this > though bootloader (u-boot in this case) This may be possible, but it is not wise,

[U-Boot] Peripheral multiplexing in devices

2010-03-16 Thread Vipin KUMAR
Hi All, This is with regards to the pad multiplexing in devices. SPEAr SoCs support pin multiplexing(in hardware) to support multiple peripherals by selecting a particular mode from a list of ten modes and then selecting one of the two peripherals which can both be supported in that mode. I hope