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

From: Peng Fan peng.fan@nxp.com
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 peng.fan@nxp.com --- 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

From: Peng Fan peng.fan@nxp.com
select CONFIG_CMD_CLK to enable dump clk in uboot shell
Signed-off-by: Peng Fan peng.fan@nxp.com --- configs/imx8mq_evk_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig index 780f93103c..9f54a280d9 100644 --- a/configs/imx8mq_evk_defconfig +++ b/configs/imx8mq_evk_defconfig @@ -40,6 +40,7 @@ CONFIG_SYS_PROMPT="u-boot=> " # CONFIG_CMD_EXPORTENV is not set # CONFIG_CMD_IMPORTENV is not set # CONFIG_CMD_CRC32 is not set +CONFIG_CMD_CLK=y CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y

On Mon, May 23, 2022 at 07:38:28PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
select CONFIG_CMD_CLK to enable dump clk in uboot shell
Signed-off-by: Peng Fan peng.fan@nxp.com
Applied to u-boot/master, thanks!

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 peng.fan@nxp.com
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 peng.fan@nxp.com
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

On Fri, Jun 03, 2022 at 06:57:16AM +0000, 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 peng.fan@nxp.com
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 peng.fan@nxp.com
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

On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
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 peng.fan@nxp.com
Applied to u-boot/master, thanks!

Hi Tom,
Am Fr., 3. Juni 2022 um 21:49 Uhr schrieb Tom Rini trini@konsulko.com:
On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
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 peng.fan@nxp.com
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.... [2] https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng....
-- Tom
-- Heiko

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 trini@konsulko.com:
On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
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 peng.fan@nxp.com
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.... [2] https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng....
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/4230d68aa8292d3fceacb55a4b823e... and: $ git describe 4230d68aa8292d3fceacb55a4b823e5e001da33f v2022.07-rc3-97-g4230d68aa829 so it should be in -rc4.

Hi Tom,
Am Sa., 11. Juni 2022 um 14:51 Uhr schrieb Tom Rini trini@konsulko.com:
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 trini@konsulko.com:
On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
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 peng.fan@nxp.com
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.... [2] https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng....
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/4230d68aa8292d3fceacb55a4b823e... 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

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 trini@konsulko.com:
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 trini@konsulko.com:
On Mon, May 23, 2022 at 07:38:27PM +0800, Peng Fan (OSS) wrote:
From: Peng Fan peng.fan@nxp.com
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 peng.fan@nxp.com
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.... [2] https://patchwork.ozlabs.org/project/uboot/patch/20220523113828.3837-2-peng....
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/4230d68aa8292d3fceacb55a4b823e... 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.
participants (3)
-
Heiko Thiery
-
Peng Fan (OSS)
-
Tom Rini