On Wed, May 9, 2018 at 9:56 AM, Amelie DELAUNAY <amelie.delaunay@xxxxxx> wrote: > Indeed, stmfx has other functions than GPIO. But, after comments done > here: [1] and there: [2], it has been decided to move MFD parent/GPIO > child drivers into a single PINCTRL/GPIO driver because of the following > reasons: > - Other stmfx functions (IDD measurement and TouchScreen controller) are > not used on any of the boards using an stmfx and supported by Linux, so > no way to test these functions, and no need to maintain them while they > are not being used. > - But, in the case a new board will use more than GPIO function on > stmfx, the actual implementation allow to easily extract common init > part of stmfx and put it in an MFD driver. > > So I could remove gpio sub-node and put its contents in stmfx node and > keep single PINCTRL/GPIO driver for the time being. > Please advise, I would normally advice to use the right modeling from the start, create the MFD driver and spawn the devices from there. It is confusing if the layout of the driver(s) doesn't really match the layout of the hardware. I understand that it is a pain to write new MFD drivers to get your things going and it would be "nice to get this working really quick now" but in my experience it is better to do it right from the start. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html