On Mon, Oct 04, 2021 at 10:44:25PM +0200, Luca Weiss wrote: > On Montag, 4. Oktober 2021 14:37:31 CEST Mark Brown wrote: > > If you don't know don't fix it into ABI, just don't specify anything > > until someone figures out something accurate to put in there. > The RPMH_VREG macro expects _supply_name so what should I put there instead? NULL should do the right thing, or make a new macro. > > > Additionally leave out configuration of smps3 - smps5 and ldo17 as these > > > are not configured in the downstream kernel. > > Just describe everything that's there - nothing will get touched if the > > board doesn't explicitly enable doing so, otherwise everything is read > > only. > Problem is I do not know which types those regulators are, e.g. pldo or nldo. > The ones I described are experimentally verified because the wrong configuration > makes the driver probe fail. > So I can't really put anything there, unless there's another way to do this. That makes sense, please explain in the commit log that only are they not initialized but also you don't know what types they are.