blob: 3bf6685123cba7dfde5e582799e00e4c2ec99466 [file] [log] [blame]
Krzysztof Kozlowski84b21702017-12-25 20:54:32 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
Ben Dooks90733412006-12-06 01:50:24 +01003 * Copyright (c) 2006 Ben Dooks <ben-linux@fluff.org>
4 *
5 * H1940 Suspend to RAM
Krzysztof Kozlowski84b21702017-12-25 20:54:32 +01006 */
Ben Dooks90733412006-12-06 01:50:24 +01007
8#include <linux/linkage.h>
9#include <asm/assembler.h>
Arnd Bergmannc6ff1322019-09-02 18:37:30 +020010#include "map.h"
Ben Dooks90733412006-12-06 01:50:24 +010011
Arnd Bergmannc6ff1322019-09-02 18:37:30 +020012#include "regs-gpio.h"
Ben Dooks90733412006-12-06 01:50:24 +010013
14 .text
15 .global h1940_pm_return
16
17h1940_pm_return:
18 mov r0, #S3C2410_PA_GPIO
Arnd Bergmann28157742013-01-08 21:58:31 +000019 ldr pc, [r0, #S3C2410_GSTATUS3 - S3C24XX_VA_GPIO]