> >> +#define _P_DATA(bank, pin, name, sfx)                                     
> >>    \
> >> +     PINMUX_DATA(name##_DATA, name##_PMC_0, name##_PIPC_0,           \
> >> +                 name##_PIBC_1, name##_PBDC_1)
> >> +
> >> +#define _P_FN(n, fn, pfcae, pfce, pfc)                                    
> >>    \
> >> +     PINMUX_DATA(n##_MARK_FN##fn, n##_PMC_1, n##_PIPC_1,             \
> >> +                 n##_PFCAE_##pfcae, n##_PFCE_##pfce, n##_PFC_##pfc)
> >
> > I need to apply this patch, otherwise my i2c pinmuxing fails?
> 
> Thanks. It looks to me like the _P_FN() bits would be mainly needed.
> Can you try to omit the _P_DATA() portion and check if it is still
> behaving as expected?

Nope, doesn't work.

Attachment: signature.asc
Description: Digital signature

Reply via email to