All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] armv8/ls1088a: configure PMU's PCTBENR to enable WDT
@ 2018-01-09  8:25 ying.zhang22455 at nxp.com
  2018-01-19  0:50 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: ying.zhang22455 at nxp.com @ 2018-01-09  8:25 UTC (permalink / raw)
  To: u-boot

From: Zhang Ying-22455 <ying.zhang22455@nxp.com>

The SP805-WDT module on LS1088A requires configuration of PMU's
PCTBENR register to enable watchdog counter decrement and reset
signal generation. The watchdog clock needs to be enabled first.

Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>
---
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/cpu/armv8/fsl-layerscape/cpu.c b/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
index d082629..05c0137 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
+++ b/arch/arm/cpu/armv8/fsl-layerscape/cpu.c
@@ -574,7 +574,7 @@ int timer_init(void)
 #ifdef CONFIG_FSL_LSCH3
 	u32 __iomem *cltbenr = (u32 *)CONFIG_SYS_FSL_PMU_CLTBENR;
 #endif
-#ifdef CONFIG_ARCH_LS2080A
+#if defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LS1088A)
 	u32 __iomem *pctbenr = (u32 *)FSL_PMU_PCTBENR_OFFSET;
 	u32 svr_dev_id;
 #endif
@@ -593,7 +593,7 @@ int timer_init(void)
 	out_le32(cltbenr, 0xf);
 #endif
 
-#ifdef CONFIG_ARCH_LS2080A
+#if defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LS1088A)
 	/*
 	 * In certain Layerscape SoCs, the clock for each core's
 	 * has an enable bit in the PMU Physical Core Time Base Enable
-- 
1.7.1

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

* [U-Boot] [PATCH v2] armv8/ls1088a: configure PMU's PCTBENR to enable WDT
  2018-01-09  8:25 [U-Boot] [PATCH v2] armv8/ls1088a: configure PMU's PCTBENR to enable WDT ying.zhang22455 at nxp.com
@ 2018-01-19  0:50 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2018-01-19  0:50 UTC (permalink / raw)
  To: u-boot

On 01/09/2018 12:45 AM, ying.zhang22455 at nxp.com wrote:
> From: Zhang Ying-22455 <ying.zhang22455@nxp.com>
> 
> The SP805-WDT module on LS1088A requires configuration of PMU's
> PCTBENR register to enable watchdog counter decrement and reset
> signal generation. The watchdog clock needs to be enabled first.
> 
> Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>


Applied to fsl-qoriq master. Thanks.

York

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

end of thread, other threads:[~2018-01-19  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-09  8:25 [U-Boot] [PATCH v2] armv8/ls1088a: configure PMU's PCTBENR to enable WDT ying.zhang22455 at nxp.com
2018-01-19  0:50 ` York Sun

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.