Hi,
I am planning to use this driver but I wants to perform pin configuration via device tree and not via this utility as configuration may get change based on hardware.
The best way to do this is I think in the mcp2210 probe where I will parse the device tree node and configure the mcp2210 pins. I saw your note on top that to keep probe function minimal. So, wanted to check with you that will this be a right way or you do have some other thoughts for this?
Second thing, did you ever tried to make this driver device tree based ? If yes, then do you have the source code or starting piece available with you?
Hi,
I am planning to use this driver but I wants to perform pin configuration via device tree and not via this utility as configuration may get change based on hardware.
The best way to do this is I think in the mcp2210 probe where I will parse the device tree node and configure the mcp2210 pins. I saw your note on top that to keep probe function minimal. So, wanted to check with you that will this be a right way or you do have some other thoughts for this?
Second thing, did you ever tried to make this driver device tree based ? If yes, then do you have the source code or starting piece available with you?