Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232938
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Voltage setting on chained regulators, how? |
| Date | 2015-09-25 18:50 +0200 |
| Message-ID | <qcEm6-746-15@gated-at.bofh.it> (permalink) |
| References | <qcxaW-5hA-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Fri, Sep 25, 2015 at 11:07:24AM +0200, Sascha Hauer wrote: > Any idea how such a scenario could be implemented? The regulator > framework already has some idea of supply regulators, but it only takes > care of en/disabling the supplies and will not change the voltage on the > supplies. Should this be implemented in the regulator framework? Some > first experiments brought me into a locking hell quite fast. It's just a case of implementation, but yes the locking is fun. I don't think it's that big a deal to rethink it, it's partly complicated since the existing locking is designed to be really simple and easy to review. > For added fun ideally we want to put the LDOs in bypass mode instead of > configuring them for minimum dropout. The bypass mode doesn't work for > the 1.2GHz operating point though since the ripple on the switching > regulator gets too high. So we can't just statically configure bypass > mode but have to enable it dynamically based on the operating points. I suspect you always want the LDO in there to clean the supply up, it's just a more serious issue when more power is being drawn. Having a DCDC doing most of the voltage drop for efficiency with a LDO to clean up the output of the DCDC is pretty common.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Voltage setting on chained regulators, how? Sascha Hauer <s.hauer@pengutronix.de> - 2015-09-25 11:10 +0200
Re: Voltage setting on chained regulators, how? Mark Brown <broonie@kernel.org> - 2015-09-25 18:50 +0200
Re: Voltage setting on chained regulators, how? Sascha Hauer <s.hauer@pengutronix.de> - 2015-09-29 10:10 +0200
Re: Voltage setting on chained regulators, how? Mark Brown <broonie@kernel.org> - 2015-09-29 17:10 +0200
csiph-web