[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOMZO5C1jm=7tiui221B-N+ptEknK_ZdHvrjvSHfvQ=W-K54Qw@mail.gmail.com>
Date: Thu, 16 May 2019 10:14:42 -0300
From: Fabio Estevam <festevam@...il.com>
To: Viorel Suman <viorel.suman@....com>
Cc: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
"S.j. Wang" <shengjiu.wang@....com>,
Daniel Baluta <daniel.baluta@....com>,
Julia Lawall <Julia.Lawall@...6.fr>,
Colin Ian King <colin.king@...onical.com>,
"alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Viorel Suman <viorel.suman@...il.com>,
dl-linux-imx <linux-imx@....com>
Subject: Re: [alsa-devel] [PATCH] ASoC: AK4458: add regulator for ak4458
On Thu, May 16, 2019 at 10:02 AM Viorel Suman <viorel.suman@....com> wrote:
> + for (i = 0; i < ARRAY_SIZE(ak4458->supplies); i++)
> + ak4458->supplies[i].supply = ak4458_supply_names[i];
> +
> + ret = devm_regulator_bulk_get(ak4458->dev, ARRAY_SIZE(ak4458->supplies),
> + ak4458->supplies);
> + if (ret != 0) {
> + dev_err(ak4458->dev, "Failed to request supplies: %d\n", ret);
> + return ret;
This would break existing users that do not pass the regulators in device tree.
Ok, in this case there is no ak4458 user in any dts, so that would not
be an issue.
Please update the dt-bindings with the regulator entries.
Powered by blists - more mailing lists