[PATCH 1/3] ARM: dt: tegra: seaboard: add regulators
From: ldewangan@nvidia.com (Laxman Dewangan)
Date: 2012-07-11 10:02:01
Also in:
linux-tegra
From: ldewangan@nvidia.com (Laxman Dewangan)
Date: 2012-07-11 10:02:01
Also in:
linux-tegra
On Tuesday 10 July 2012 10:31 PM, Mark Brown wrote:
* PGP Signed by an unknown key On Tue, Jul 10, 2012 at 10:23:48PM +0530, Laxman Dewangan wrote:quoted
Then I will have 2 question: 1. If that pin is connected to battery then what should be entry? vcc1-supply =<>>>; Do we need to register battery supply as fixed (non-gpio based) and then refer here for phandle?Use a fixed voltage regulator to represent the battery.quoted
2. what about non-dt case? The regulator registration will also fail here because of there is no regulator saying vcc1 in this case. Do we need to register the vcc1 regualtor as fixed, battery supplied regulator in board files so that the ldo's registration will success?Same thing, use a fixed voltage regulator.
Understood completely and it is so simple to support vin-supply. Will implement the same. Thanks for clearing doubts.