All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] armv7: ls102xa: Correct entry of SCFG_QSPI_CLKSEL
@ 2019-09-18 10:58 Kuldeep Singh
  2019-10-22  4:36 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Kuldeep Singh @ 2019-09-18 10:58 UTC (permalink / raw)
  To: u-boot

Value 0xC is reserved. Replace it with correct value 0x5 which
is ClusterPLL/16

Signed-off-by: Ashish Kumar <Ashish.kumar@nxp.com>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
v2:
Reword commit message
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
index 137cd61804..f2ba182346 100644
--- a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
+++ b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
@@ -155,7 +155,7 @@ struct ccsr_gur {
 #define SCFG_ETSECCMCR_GE0_CLK125	0x00000000
 #define SCFG_ETSECCMCR_GE1_CLK125	0x08000000
 #define SCFG_PIXCLKCR_PXCKEN		0x80000000
-#define SCFG_QSPI_CLKSEL		0xc0100000
+#define SCFG_QSPI_CLKSEL		0x50100000
 #define SCFG_SNPCNFGCR_SEC_RD_WR	0xc0000000
 #define SCFG_SNPCNFGCR_DCU_RD_WR	0x03000000
 #define SCFG_SNPCNFGCR_SATA_RD_WR	0x00c00000
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v2] armv7: ls102xa: Correct entry of SCFG_QSPI_CLKSEL
  2019-09-18 10:58 [U-Boot] [PATCH v2] armv7: ls102xa: Correct entry of SCFG_QSPI_CLKSEL Kuldeep Singh
@ 2019-10-22  4:36 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2019-10-22  4:36 UTC (permalink / raw)
  To: u-boot



>-----Original Message-----
>From: Kuldeep Singh <kuldeep.singh@nxp.com>
>Sent: Wednesday, September 18, 2019 4:28 PM
>To: u-boot at lists.denx.de
>Cc: albert.u.boot at aribaud.net; Priyanka Jain <priyanka.jain@nxp.com>; Ran
>Wang <ran.wang_1@nxp.com>; Peng Ma <peng.ma@nxp.com>; Kuldeep Singh
><kuldeep.singh@nxp.com>; Ashish Kumar <ashish.kumar@nxp.com>
>Subject: [PATCH v2] armv7: ls102xa: Correct entry of SCFG_QSPI_CLKSEL
>
>Value 0xC is reserved. Replace it with correct value 0x5 which is ClusterPLL/16
>
>Signed-off-by: Ashish Kumar <Ashish.kumar@nxp.com>
>Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
>---
<snip>

Slight update in subject and description.
Applied to fsl-qoriq master, awaiting upstream.

Thanks
priyankajain

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-22  4:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-18 10:58 [U-Boot] [PATCH v2] armv7: ls102xa: Correct entry of SCFG_QSPI_CLKSEL Kuldeep Singh
2019-10-22  4:36 ` Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.