From c92e6480f3d2b986cc026f0efb97db4bb019aeda Mon Sep 17 00:00:00 2001 From: Du Huanpeng Date: Mon, 4 Nov 2019 15:57:33 +0800 Subject: MIPS: loongsonl: pull headers from linux kernel Signed-off-by: Du Huanpeng Signed-off-by: Sascha Hauer --- arch/mips/mach-loongson/loongson1_reset.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/mips/mach-loongson/loongson1_reset.c') diff --git a/arch/mips/mach-loongson/loongson1_reset.c b/arch/mips/mach-loongson/loongson1_reset.c index 3763a109ea..a6c05905de 100644 --- a/arch/mips/mach-loongson/loongson1_reset.c +++ b/arch/mips/mach-loongson/loongson1_reset.c @@ -11,9 +11,9 @@ static void __noreturn longhorn_restart_soc(struct restart_handler *rst) { - __raw_writel(0x1, LS1X_WDT_EN); - __raw_writel(0x1, LS1X_WDT_SET); - __raw_writel(0x1, LS1X_WDT_TIMER); + __raw_writel(0x1, WDT_EN); + __raw_writel(0x1, WDT_SET); + __raw_writel(0x1, WDT_TIMER); hang(); } -- cgit v1.2.3