[PATCH] arm: dts: imx8mp: Delete default clocks for clock controller node

ZHIZHIKIN Andrey andrey.zhizhikin at leica-geosystems.com
Fri Sep 3 12:33:46 CEST 2021


Hello Stefano,

> -----Original Message-----
> From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Teresa Remmet
> Sent: Thursday, August 26, 2021 9:20 AM
> To: festevam at gmail.com; u-boot at lists.denx.de; sbabic at denx.de;
> ye.li at nxp.com; peng.fan at nxp.com
> Cc: uboot-imx at nxp.com
> Subject: Re: [PATCH] arm: dts: imx8mp: Delete default clocks for clock controller
> node
> 
> Am Dienstag, den 17.08.2021, 14:32 +0800 schrieb Ye Li:
> > Since SPL has initialized clocks for bus and core. We don't need to
> > set the default clocks for clock controller node.

Just a ping on this patch, it seems that without this path uSDHC controllers are not being correctly probed, hence the boot sequence is blocked.
Applying this patch does solve the probing.

Can you please consider taking this patch?

> >
> > Signed-off-by: Ye Li <ye.li at nxp.com>
> 
> Tested-by: Teresa Remmet <t.remmet at phytec.de>

Tested-by: Andrey Zhizhikin <andrey.zhizhikin at leica-geosystems.com>

> 
> > ---
> >  arch/arm/dts/imx8mp-u-boot.dtsi | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-
> > boot.dtsi index d61346d..a6ede2e 100644
> > --- a/arch/arm/dts/imx8mp-u-boot.dtsi
> > +++ b/arch/arm/dts/imx8mp-u-boot.dtsi
> > @@ -18,6 +18,9 @@
> >  &clk {
> >       u-boot,dm-spl;
> >       u-boot,dm-pre-reloc;
> > +     /delete-property/ assigned-clocks;
> > +     /delete-property/ assigned-clock-parents;
> > +     /delete-property/ assigned-clock-rates;
> >  };
> >
> >  &osc_32k {


More information about the U-Boot mailing list