Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-25 Thread Sean Anderson
On 10/25/21 9:23 PM, Sean Anderson wrote: On 10/25/21 11:18 AM, Simon Glass wrote: Hi Sean, On Sun, 24 Oct 2021 at 18:13, Sean Anderson wrote: On 10/14/21 10:19 PM, Simon Glass wrote: Hi Peng, Sean, On Thu, 14 Oct 2021 at 19:17, Peng Fan wrote: Subject: Re: [PATCH] clk: introduce u

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-25 Thread Sean Anderson
On 10/25/21 11:18 AM, Simon Glass wrote: Hi Sean, On Sun, 24 Oct 2021 at 18:13, Sean Anderson wrote: On 10/14/21 10:19 PM, Simon Glass wrote: Hi Peng, Sean, On Thu, 14 Oct 2021 at 19:17, Peng Fan wrote: Subject: Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults On 10/13/21 5:37

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-25 Thread Simon Glass
Hi Sean, On Sun, 24 Oct 2021 at 18:13, Sean Anderson wrote: > > On 10/14/21 10:19 PM, Simon Glass wrote: > > Hi Peng, Sean, > > > > On Thu, 14 Oct 2021 at 19:17, Peng Fan wrote: > >> > >>> Subject: Re: [PATCH] clk: introduce u-boot,ignore-clk-default

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-24 Thread Sean Anderson
On 10/14/21 10:19 PM, Simon Glass wrote: Hi Peng, Sean, On Thu, 14 Oct 2021 at 19:17, Peng Fan wrote: Subject: Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults On 10/13/21 5:37 AM, Peng Fan (OSS) wrote: From: Peng Fan Current code has a force clk_set_defaults in multiple stages, U

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-24 Thread Simon Glass
Hi Peng, On Fri, 15 Oct 2021 at 02:58, Peng Fan (OSS) wrote: > > Simon, > > On 2021/10/14 23:11, Simon Glass wrote: > > On Wed, 13 Oct 2021 at 03:00, Peng Fan (OSS) wrote: > >> > >> From: Peng Fan > >> > >> Current code has a force clk_set_defaults in multiple stages, > >> U-Boot reuse the

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-15 Thread Peng Fan (OSS)
Simon, On 2021/10/14 23:11, Simon Glass wrote: On Wed, 13 Oct 2021 at 03:00, Peng Fan (OSS) wrote: From: Peng Fan Current code has a force clk_set_defaults in multiple stages, U-Boot reuse the same device tree and Linux Kernel device tree, but we not register all the clks as Linux Kernel,

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-14 Thread Simon Glass
Hi Peng, Sean, On Thu, 14 Oct 2021 at 19:17, Peng Fan wrote: > > > Subject: Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults > > > > > > On 10/13/21 5:37 AM, Peng Fan (OSS) wrote: > > > From: Peng Fan > > > > > > Current code h

RE: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-14 Thread Peng Fan
> Subject: Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults > > > On 10/13/21 5:37 AM, Peng Fan (OSS) wrote: > > From: Peng Fan > > > > Current code has a force clk_set_defaults in multiple stages, U-Boot > > reuse the same device tree and Linux Kernel

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-14 Thread Sean Anderson
On 10/13/21 5:37 AM, Peng Fan (OSS) wrote: From: Peng Fan Current code has a force clk_set_defaults in multiple stages, U-Boot reuse the same device tree and Linux Kernel device tree, but we not register all the clks as Linux Kernel, so clk_set_defaults will fail and cause the clk provider

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-14 Thread Tom Rini
On Thu, Oct 14, 2021 at 09:11:26AM -0600, Simon Glass wrote: > On Wed, 13 Oct 2021 at 03:00, Peng Fan (OSS) wrote: > > > > From: Peng Fan > > > > Current code has a force clk_set_defaults in multiple stages, > > U-Boot reuse the same device tree and Linux Kernel device tree, > > but we not

Re: [PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-14 Thread Simon Glass
On Wed, 13 Oct 2021 at 03:00, Peng Fan (OSS) wrote: > > From: Peng Fan > > Current code has a force clk_set_defaults in multiple stages, > U-Boot reuse the same device tree and Linux Kernel device tree, > but we not register all the clks as Linux Kernel, so clk_set_defaults > will fail and cause

[PATCH] clk: introduce u-boot,ignore-clk-defaults

2021-10-13 Thread Peng Fan (OSS)
From: Peng Fan Current code has a force clk_set_defaults in multiple stages, U-Boot reuse the same device tree and Linux Kernel device tree, but we not register all the clks as Linux Kernel, so clk_set_defaults will fail and cause the clk provider registeration fail. So introduce a new property