Re: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-11 Thread Tom Rini
On Sat, Jun 11, 2022 at 02:59:39PM +0200, Heiko Thiery wrote:
> Hi Tom,
> 
> Am Sa., 11. Juni 2022 um 14:51 Uhr schrieb Tom Rini :
> >
> > On Sat, Jun 11, 2022 at 07:51:59AM +0200, Heiko Thiery wrote:
> > > Hi Tom,
> > >
> > > Am Fr., 3. Juni 2022 um 21:49 Uhr schrieb Tom Rini :
> > > >
> > > > On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
> > > >
> > > > > From: Peng Fan 
> > > > >
> > > > > Since the power domain driver default select CONFIG_CLK, so we will
> > > > > meet lots failures without CLK_IMX8MQ, so default select it.
> > > > >
> > > > > Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC 
> > > > > dependency")
> > > > > Signed-off-by: Peng Fan 
> > > >
> > > > Applied to u-boot/master, thanks!
> > > >
> > >
> > > Unfortunately I cannot see this patch series [1][2] in master.
> > > Therefore my imx8mq board does not start. Am I missing something here?
> > >
> > > [1] 
> > > https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-1-peng@oss.nxp.com/
> > > [2] 
> > > https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng@oss.nxp.com/
> >
> > Looking at:
> > https://source.denx.de/u-boot/u-boot/-/commits/master
> > the first page currently links to:
> > https://source.denx.de/u-boot/u-boot/-/commit/4230d68aa8292d3fceacb55a4b823e5e001da33f
> > and:
> > $ git describe 4230d68aa8292d3fceacb55a4b823e5e001da33f
> > v2022.07-rc3-97-g4230d68aa829
> > so it should be in -rc4.
> 
> you're absolutely right .. I was looking at the wrong branch locally ;-/
> 
> sorry for the noise

No problem, it wouldn't be the first time I thought I pushed a change
but didn't.

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-11 Thread Heiko Thiery
Hi Tom,

Am Sa., 11. Juni 2022 um 14:51 Uhr schrieb Tom Rini :
>
> On Sat, Jun 11, 2022 at 07:51:59AM +0200, Heiko Thiery wrote:
> > Hi Tom,
> >
> > Am Fr., 3. Juni 2022 um 21:49 Uhr schrieb Tom Rini :
> > >
> > > On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
> > >
> > > > From: Peng Fan 
> > > >
> > > > Since the power domain driver default select CONFIG_CLK, so we will
> > > > meet lots failures without CLK_IMX8MQ, so default select it.
> > > >
> > > > Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC 
> > > > dependency")
> > > > Signed-off-by: Peng Fan 
> > >
> > > Applied to u-boot/master, thanks!
> > >
> >
> > Unfortunately I cannot see this patch series [1][2] in master.
> > Therefore my imx8mq board does not start. Am I missing something here?
> >
> > [1] 
> > https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-1-peng@oss.nxp.com/
> > [2] 
> > https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng@oss.nxp.com/
>
> Looking at:
> https://source.denx.de/u-boot/u-boot/-/commits/master
> the first page currently links to:
> https://source.denx.de/u-boot/u-boot/-/commit/4230d68aa8292d3fceacb55a4b823e5e001da33f
> and:
> $ git describe 4230d68aa8292d3fceacb55a4b823e5e001da33f
> v2022.07-rc3-97-g4230d68aa829
> so it should be in -rc4.

you're absolutely right .. I was looking at the wrong branch locally ;-/

sorry for the noise

>
> --
> Tom


Re: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-11 Thread Tom Rini
On Sat, Jun 11, 2022 at 07:51:59AM +0200, Heiko Thiery wrote:
> Hi Tom,
> 
> Am Fr., 3. Juni 2022 um 21:49 Uhr schrieb Tom Rini :
> >
> > On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
> >
> > > From: Peng Fan 
> > >
> > > Since the power domain driver default select CONFIG_CLK, so we will
> > > meet lots failures without CLK_IMX8MQ, so default select it.
> > >
> > > Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC 
> > > dependency")
> > > Signed-off-by: Peng Fan 
> >
> > Applied to u-boot/master, thanks!
> >
> 
> Unfortunately I cannot see this patch series [1][2] in master.
> Therefore my imx8mq board does not start. Am I missing something here?
> 
> [1] 
> https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-1-peng@oss.nxp.com/
> [2] 
> https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng@oss.nxp.com/

Looking at:
https://source.denx.de/u-boot/u-boot/-/commits/master
the first page currently links to:
https://source.denx.de/u-boot/u-boot/-/commit/4230d68aa8292d3fceacb55a4b823e5e001da33f
and:
$ git describe 4230d68aa8292d3fceacb55a4b823e5e001da33f
v2022.07-rc3-97-g4230d68aa829
so it should be in -rc4.

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-10 Thread Heiko Thiery
Hi Tom,

Am Fr., 3. Juni 2022 um 21:49 Uhr schrieb Tom Rini :
>
> On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
>
> > From: Peng Fan 
> >
> > Since the power domain driver default select CONFIG_CLK, so we will
> > meet lots failures without CLK_IMX8MQ, so default select it.
> >
> > Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC 
> > dependency")
> > Signed-off-by: Peng Fan 
>
> Applied to u-boot/master, thanks!
>

Unfortunately I cannot see this patch series [1][2] in master.
Therefore my imx8mq board does not start. Am I missing something here?

[1] 
https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-1-peng@oss.nxp.com/
[2] 
https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng@oss.nxp.com/


> --
> Tom

--
Heiko


Re: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-03 Thread Tom Rini
On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:

> From: Peng Fan 
> 
> Since the power domain driver default select CONFIG_CLK, so we will
> meet lots failures without CLK_IMX8MQ, so default select it.
> 
> Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC dependency")
> Signed-off-by: Peng Fan 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-03 Thread Tom Rini
On Fri, Jun 03, 2022 at 06:57:16AM +, Peng Fan (OSS) wrote:

> Stefano,
> 
> > Subject: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ
> 
> This patch is needed as a bugfix, please consider pick up.

I'm putting together my next batch of must-haves for -rc4, I'll take
this series today.

> 
> Thanks,
> Peng.
> 
> > 
> > From: Peng Fan 
> > 
> > Since the power domain driver default select CONFIG_CLK, so we will meet 
> > lots
> > failures without CLK_IMX8MQ, so default select it.
> > 
> > Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC
> > dependency")
> > Signed-off-by: Peng Fan 
> > ---
> >  arch/arm/mach-imx/imx8m/Kconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/mach-imx/imx8m/Kconfig
> > b/arch/arm/mach-imx/imx8m/Kconfig index 24299ae037..7f23d687be 100644
> > --- a/arch/arm/mach-imx/imx8m/Kconfig
> > +++ b/arch/arm/mach-imx/imx8m/Kconfig
> > @@ -8,6 +8,7 @@ config IMX8M
> >  config IMX8MQ
> > bool
> > select IMX8M
> > +   select CLK_IMX8MQ
> > 
> >  config IMX8MM
> > bool
> > --
> > 2.36.0
> 

-- 
Tom


signature.asc
Description: PGP signature


RE: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-06-03 Thread Peng Fan (OSS)
Stefano,

> Subject: [PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

This patch is needed as a bugfix, please consider pick up.

Thanks,
Peng.

> 
> From: Peng Fan 
> 
> Since the power domain driver default select CONFIG_CLK, so we will meet lots
> failures without CLK_IMX8MQ, so default select it.
> 
> Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC
> dependency")
> Signed-off-by: Peng Fan 
> ---
>  arch/arm/mach-imx/imx8m/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-imx/imx8m/Kconfig
> b/arch/arm/mach-imx/imx8m/Kconfig index 24299ae037..7f23d687be 100644
> --- a/arch/arm/mach-imx/imx8m/Kconfig
> +++ b/arch/arm/mach-imx/imx8m/Kconfig
> @@ -8,6 +8,7 @@ config IMX8M
>  config IMX8MQ
>   bool
>   select IMX8M
> + select CLK_IMX8MQ
> 
>  config IMX8MM
>   bool
> --
> 2.36.0



[PATCH resend 1/2] imx: imx8mq: default select CLK_IMX8MQ

2022-05-23 Thread Peng Fan (OSS)
From: Peng Fan 

Since the power domain driver default select CONFIG_CLK, so we will
meet lots failures without CLK_IMX8MQ, so default select it.

Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC dependency")
Signed-off-by: Peng Fan 
---
 arch/arm/mach-imx/imx8m/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index 24299ae037..7f23d687be 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -8,6 +8,7 @@ config IMX8M
 config IMX8MQ
bool
select IMX8M
+   select CLK_IMX8MQ
 
 config IMX8MM
bool
-- 
2.36.0