I would like to change some pads configuration and add new pads to a custom design based on sabrelite board. I'm using freescale IO Mux tool to configure pads according to my needs. I've read the user manual for IO Mux tool but I couldn't figure out how to integrate IO mux tool's output file to LTIB in order to build the kernel.
I've checked every supported platform in LTIB and I couldn't see the output files format generated by IO Mux tool.
Can someone give a hint on this matter?
How to integrate IO Mux tool's output files into LTIB to build a kernel?
I am afraid, the IOMUX tool's output is not intended for simple / automatic embedding into Linux building systems as LTIB.
The IOMUX can provide source examples, which may be used for manual correction of driver's sources.
Thanks Yuri, that's what I thought.