Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-26 Thread Matthias Brugger
On 26/11/2018 04:49, Ryder Lee wrote: > On Fri, 2018-11-23 at 18:07 +0100, Matthias Brugger wrote: >> >> On 12/11/2018 02:28, Ryder Lee wrote: >>> The crash http://termbin.com/zitb is caused by the timer register >>> into system in early pahse during kernel boot, but the clock >>> sources

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-26 Thread Matthias Brugger
On 26/11/2018 04:49, Ryder Lee wrote: > On Fri, 2018-11-23 at 18:07 +0100, Matthias Brugger wrote: >> >> On 12/11/2018 02:28, Ryder Lee wrote: >>> The crash http://termbin.com/zitb is caused by the timer register >>> into system in early pahse during kernel boot, but the clock >>> sources

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-25 Thread Ryder Lee
On Fri, 2018-11-23 at 18:07 +0100, Matthias Brugger wrote: > > On 12/11/2018 02:28, Ryder Lee wrote: > > The crash http://termbin.com/zitb is caused by the timer register > > into system in early pahse during kernel boot, but the clock > > sources didn't get ready at that time. > > > > A better

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-25 Thread Ryder Lee
On Fri, 2018-11-23 at 18:07 +0100, Matthias Brugger wrote: > > On 12/11/2018 02:28, Ryder Lee wrote: > > The crash http://termbin.com/zitb is caused by the timer register > > into system in early pahse during kernel boot, but the clock > > sources didn't get ready at that time. > > > > A better

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-23 Thread Matthias Brugger
On 12/11/2018 02:28, Ryder Lee wrote: > The crash http://termbin.com/zitb is caused by the timer register > into system in early pahse during kernel boot, but the clock > sources didn't get ready at that time. > > A better way is to switch to use CLK_OF_DECLARE() in driver for things > that

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-23 Thread Matthias Brugger
On 12/11/2018 02:28, Ryder Lee wrote: > The crash http://termbin.com/zitb is caused by the timer register > into system in early pahse during kernel boot, but the clock > sources didn't get ready at that time. > > A better way is to switch to use CLK_OF_DECLARE() in driver for things > that

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Ryder Lee
On Mon, 2018-11-12 at 11:33 +0800, Ryder Lee wrote: > On Sun, 2018-11-11 at 21:45 -0500, Sasha Levin wrote: > > On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: > > >The crash http://termbin.com/zitb is caused by the timer register > > >into system in early pahse during kernel boot, but

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Ryder Lee
On Mon, 2018-11-12 at 11:33 +0800, Ryder Lee wrote: > On Sun, 2018-11-11 at 21:45 -0500, Sasha Levin wrote: > > On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: > > >The crash http://termbin.com/zitb is caused by the timer register > > >into system in early pahse during kernel boot, but

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Ryder Lee
On Sun, 2018-11-11 at 21:45 -0500, Sasha Levin wrote: > On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: > >The crash http://termbin.com/zitb is caused by the timer register > >into system in early pahse during kernel boot, but the clock > >sources didn't get ready at that time. > > > >A

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Ryder Lee
On Sun, 2018-11-11 at 21:45 -0500, Sasha Levin wrote: > On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: > >The crash http://termbin.com/zitb is caused by the timer register > >into system in early pahse during kernel boot, but the clock > >sources didn't get ready at that time. > > > >A

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Sasha Levin
On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: The crash http://termbin.com/zitb is caused by the timer register into system in early pahse during kernel boot, but the clock sources didn't get ready at that time. A better way is to switch to use CLK_OF_DECLARE() in driver for things

Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Sasha Levin
On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: The crash http://termbin.com/zitb is caused by the timer register into system in early pahse during kernel boot, but the clock sources didn't get ready at that time. A better way is to switch to use CLK_OF_DECLARE() in driver for things

[PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Ryder Lee
The crash http://termbin.com/zitb is caused by the timer register into system in early pahse during kernel boot, but the clock sources didn't get ready at that time. A better way is to switch to use CLK_OF_DECLARE() in driver for things that need them early, but this node is actually useless in

[PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node

2018-11-11 Thread Ryder Lee
The crash http://termbin.com/zitb is caused by the timer register into system in early pahse during kernel boot, but the clock sources didn't get ready at that time. A better way is to switch to use CLK_OF_DECLARE() in driver for things that need them early, but this node is actually useless in