On Thu, Aug 05, 2021 at 07:39:42PM +0200, Michael Nazzareno Trimarchi wrote: > So in short you said that if I have a device that has no definition of > supply in his > documentation, this device needs to support the supply in his binding > and make to sense > to create something like: > generic-supply = <®ulator_device>; No, the bindings should use the specific names that the supplies have, generally whatever the names they are given in the datasheet for the device. If the device has no actual supplies then it almost certainly shouldn't be working with the regulator API. > and let dd to pick them up No, the driver for the device should handle things. The code is pretty trivial, though if someone wants to write helpers then sure.