]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-imx/mx7/psci.S
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-imx / mx7 / psci.S
index fc5eb34c8890a20271579953836020dae067884a..c036dcb93493d63aa68605684196e8738085790f 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
  * Copyright 2017 NXP
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <config.h>
@@ -43,4 +42,18 @@ psci_cpu_off:
 1:     wfi
        b 1b
 
+.globl psci_system_reset
+psci_system_reset:
+       bl      imx_system_reset
+
+2:     wfi
+       b 2b
+
+.globl psci_system_off
+psci_system_off:
+       bl      imx_system_off
+
+3:     wfi
+       b 3b
+
        .popsection