Re: [PATCH v2 2/2] console: don't select first registered console if stdout-path used

2017-09-05 Thread Petr Mladek
On Mon 2017-08-28 19:58:07, Eugeniy Paltsev wrote: > In the current implementation we take the first console that > registers if we didn't select one. > > But if we specify console via "stdout-path" property in device tree > we don't want first console that registers here to be selected. > Otherwi

Setting CPU clock frequency on early boot

2017-09-05 Thread Alexey Brodkin
Hello, I'd like to get some feedback on our idea as well as check if somebody faces similar situations and if so what would be the best way to implement some generic solution that suits everyone. So that's our problem: 1. On power-on hardware might start clocking CPU with either    too high frequ

Re: Setting CPU clock frequency on early boot

2017-09-05 Thread Rob Herring
On Tue, Sep 5, 2017 at 10:37 AM, Alexey Brodkin wrote: > Hello, > > I'd like to get some feedback on our idea as well as check > if somebody faces similar situations and if so what would be the best > way to implement some generic solution that suits everyone. > > So that's our problem: > 1. On po

Re: Setting CPU clock frequency on early boot

2017-09-05 Thread Vineet Gupta
On 09/05/2017 03:04 PM, Rob Herring wrote: On Tue, Sep 5, 2017 at 10:37 AM, Alexey Brodkin wrote: Hello, I'd like to get some feedback on our idea as well as check if somebody faces similar situations and if so what would be the best way to implement some generic solution that suits everyone.