On Wed, Dec 19, 2012 at 07:19:03AM -0800, Pavan wrote: > Hi Yegor, > > Thanks for quick reply, > > in u-boot source code to change the beagleboard -xM pin mux we > can change by updating the file board/ti/beagle/beagle.h by changing the > MUX_BEAGLE() micro ,how can i access the same thing for beaglebone?
You don't. We intentionally only enable the muxes that are required rather than every single possible mux. You need to do the muxing in the kernel. And any clocking too, assuming it's not one fo the ones already enabled. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

