From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 10 Jun 2016 15:22:50 -0700 Subject: [U-Boot] [PATCH v5] armv8/ls2080a: configure PMU's PCTBENR to enable WDT In-Reply-To: <1465353102-42403-1-git-send-email-B56489@freescale.com> References: <1465353102-42403-1-git-send-email-B56489@freescale.com> Message-ID: <575B3DBA.4010507@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/07/2016 07:42 PM, Yunhui Cui wrote: > From: Yunhui Cui > > The SP805-WDT module on LS2080A and LS2085A, requires configuration > of PMU's PCTBENR register to enable watchdog counter decrement and > reset signal generation. In order not to affect the sp805wdt driver > frame, we enable the watchdog clk in advance. > > Signed-off-by: Yunhui Cui > --- > arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 12 ++++++++++++ > arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 + > 2 files changed, 13 insertions(+) Applied to fsl-qoriq master. Awaiting upstream. Thanks. York