Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-s3c / pm-h1940.S
blob3bf6685123cba7dfde5e582799e00e4c2ec99466
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2006 Ben Dooks <ben-linux@fluff.org>
4  *
5  * H1940 Suspend to RAM
6  */
8 #include <linux/linkage.h>
9 #include <asm/assembler.h>
10 #include "map.h"
12 #include "regs-gpio.h"
14         .text
15         .global h1940_pm_return
17 h1940_pm_return:
18         mov     r0, #S3C2410_PA_GPIO
19         ldr     pc, [r0, #S3C2410_GSTATUS3 - S3C24XX_VA_GPIO]