[PATCH 15/16] ARM: ux500: Add regulator support for nomadik-i2c into the db8500 Device Tree
From: Linus Walleij <hidden>
Date: 2012-05-29 01:53:59
From: Linus Walleij <hidden>
Date: 2012-05-29 01:53:59
On Tue, May 22, 2012 at 4:00 PM, Lee Jones [off-list ref] wrote:
This doesn't change the behavior of the current system, only DT:s it. It's just that:quoted
struct regulator_consumer_supply db8500_vape_consumers[] = { ? ? ? ?REGULATOR_SUPPLY("v-i2c", "nmk-i2c.0")In drivers/mfd/db8500-prcmu.c is replaced by:quoted
v-i2c-supply = <&db8500_vape_reg>;In the Device Tree
Yes...
If we want to start re-working things, can we do it after the DT enablement please?
I'm told not to put DT bindings for things in place if they are incorrect, since they get set in stone... and I'm told we should probably remove this one regulator from the device rather. I'm just uncertain. Linus Walleij