Hi Philipp, On Mon, Nov 16, 2020 at 1:15 PM Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> wrote: > This seems to be missing conversion of the code that uses the matched > of_device_id. That currently has to expect .data to be a pointer to > struct platform_device_id. Ops, you are right. I realized that I tested this on an imx7ulp-evk, which does not use the gpio mxc driver. Fixed as per your suggestion and tested on an imx6 board now :-) Thanks