On Wed, 11 Sep 2019 19:47:11 +0200, "H. Nikolaus Schaller" wrote: > In preparation for using the multi_regulator capability of > this driver for handling the ABB LDO for OPP1G of the omap36xx > we have to take care that the (legacy) vdd-supply name is > cpu0-supply = <&vcc>; > > To do this we add another field to the SoC description table which > optionally can specify a list of regulator names. > > For omap36xx we define "cpu0-supply" and "vbb-supply". > > The default remains "vdd-supply" and "vbb-supply". > > Signed-off-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/cpufreq/ti-cpufreq.txt | 6 +++++- > drivers/cpufreq/ti-cpufreq.c | 12 ++++++++++-- > 2 files changed, 15 insertions(+), 3 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>