
On Mon, Apr 1, 2013 at 2:26 PM, Vikram Narayanan vikram186@gmail.com wrote:
Is the above same for all the variants of i.Mx? Can we put this into a common header file?
Ok, I can try to put this into a common location.
+#define IOMUX_CONFIG_SION 0x10 +#define NO_MUX_I 0 +#define NO_PAD_I 0 +enum {
MX6_PAD_AUD_MCLK__AUDMUX_AUDIO_CLK_OUT =
IOMUX_PAD(0x02A4, 0x004C, 0, 0x0000, 0, 0),
MX6_PAD_AUD_MCLK__PWM4_PWMO =
IOMUX_PAD(0x02A4, 0x004C, 1, 0x0000, 0, 0),
MX6_PAD_AUD_MCLK__ECSPI3_RDY =
IOMUX_PAD(0x02A4, 0x004C, 2, 0x06B4, 0, 0),
MX6_PAD_AUD_MCLK__FEC_MDC =
IOMUX_PAD(0x02A4, 0x004C, 3, 0x0000, 0, 0),
Is the mx6slevk using all the pins defined here?
No, I put all pins for completion.
If not please take off the unused IOMUX pins so that we don't add dead code.
I thought it was common practice to provide the complete IOMUX pin file.
Stefano, please advise.
Regards,
Fabio Estevam