Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1680419 > unrolled thread
| Started by | Mark Brown <broonie@kernel.org> |
|---|---|
| First post | 2017-07-03 17:10 +0200 |
| Last post | 2017-07-04 08:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RFC 0/5] drivers: Add boot constraints core Mark Brown <broonie@kernel.org> - 2017-07-03 17:10 +0200
Re: [RFC 0/5] drivers: Add boot constraints core Viresh Kumar <viresh.kumar@linaro.org> - 2017-07-04 08:50 +0200
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2017-07-03 17:10 +0200 |
| Subject | Re: [RFC 0/5] drivers: Add boot constraints core |
| Message-ID | <tZb9a-3e8-77@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On Mon, Jul 03, 2017 at 11:45:52AM +0530, Viresh Kumar wrote: > On 30-06-17, 13:10, Mark Brown wrote: > > On Fri, Jun 30, 2017 at 02:13:30PM +0530, Viresh Kumar wrote: > > > On 30-06-17, 14:36, Chen-Yu Tsai wrote: > > > And so the DT node shall have this: > > > regulator-min-microvolt = <1800000>; > > > regulator-max-microvolt = <3000000>; > > > Isn't it ? > > If the DMA can't tolerate more than 2.5V then why would the constraints > > allow the voltage to float that far? Similarly on the low end? > The above regulator-min/max-microvolt values I mentioned were for the regulator > device and not what the consumers would request. Yes, DMA will request something If you're putting the maximum possible range that the physical regulator can supply into machine constraints then you really haven't understood what machine constraints are at all. > > Please remember that devices shouldn't be managing their voltages unless > > they are actively changing them at runtime, simply setting them at > > startup is the job of the constraints. I would be very surprised to see > > a DMA controller doing anything like DVFS. > Sure, DMA would most likely set a constraint from probe. Maybe I could have used No, it really shouldn't. Please read what I wrote. > MMC in the above example, which may actually do DVFS at runtime. Yes, MMC does vary voltage.
[toc] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2017-07-04 08:50 +0200 |
| Message-ID | <tZpON-4Fh-9@gated-at.bofh.it> |
| In reply to | #1680419 |
On 03-07-17, 16:07, Mark Brown wrote: > On Mon, Jul 03, 2017 at 11:45:52AM +0530, Viresh Kumar wrote: > > The above regulator-min/max-microvolt values I mentioned were for the regulator > > device and not what the consumers would request. Yes, DMA will request something > > If you're putting the maximum possible range that the physical regulator > can supply into machine constraints then you really haven't understood > what machine constraints are at all. I wasn't referring to the limits of the physical regulators but the min/max that the consumers can set on a particular platform. > No, it really shouldn't. Please read what I wrote. Sorry about that. Understood it now. -- viresh
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web