[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110308114731.GA20944@opensource.wolfsonmicro.com>
Date: Tue, 8 Mar 2011 11:47:31 +0000
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Linus Walleij <linus.walleij@...ricsson.com>
Cc: linux-arm-kernel@...ts.infradead.org,
Lee Jones <lee.jones@...aro.org>, linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Samuel Ortiz <samuel.ortiz@...el.com>,
Liam Girdwood <lrg@...mlogic.co.uk>,
Ola Lilja <ola.o.lilja@...ricsson.com>
Subject: Re: [PATCH 3/3] mach-ux500: configure board for the TPS61052
regulator
On Tue, Mar 08, 2011 at 10:44:04AM +0100, Linus Walleij wrote:
> +struct regulator_init_data tps61052_regulator = {
> + .constraints = {
> + .name = "vaudio-hf",
> + .min_uV = 4500000,
> + .max_uV = 4500000,
> + .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
> + REGULATOR_CHANGE_STATUS,
You've got _CHANGE_VOLTAGE here but only one voltage is possible.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists