On Thu, Oct 14, 2021 at 09:11:26AM -0600, Simon Glass wrote:
> On Wed, 13 Oct 2021 at 03:00, Peng Fan (OSS) <peng....@oss.nxp.com> wrote:
> >
> > From: Peng Fan <peng....@nxp.com>
> >
> > 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 to ignore the default settings which could
> > be used by any node that wanna ignore default settings.
> >
> > Signed-off-by: Peng Fan <peng....@nxp.com>
> > ---
> >  doc/device-tree-bindings/device.txt | 3 +++
> >  drivers/clk/clk-uclass.c            | 3 +++
> >  2 files changed, 6 insertions(+)
> >
> 
> Reviewed-by: Simon Glass <s...@chromium.org>
> 
> I wonder if this binding could be made standard, instead of 'u-boot,'?

Feels like something we should see about, yes.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to