projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b32bc4
)
arm: psci: Add PSCI v1.1 macro
author
Marek Vasut
<marex@denx.de>
Thu, 22 Dec 2022 00:46:34 +0000
(
01:46
+0100)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 31 Jan 2023 14:46:39 +0000
(15:46 +0100)
Add macro representing the PSCI v1.1 .
Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/include/asm/psci.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/psci.h
b/arch/arm/include/asm/psci.h
index 67e9234066b03151ecdf41eea0392fbedc4b4eaa..8b3fb87225582d023eb5345da518a22d76b8d6f5 100644
(file)
--- a/
arch/arm/include/asm/psci.h
+++ b/
arch/arm/include/asm/psci.h
@@
-22,6
+22,7
@@
#include <linux/bitops.h>
#endif
+#define ARM_PSCI_VER_1_1 (0x00010001)
#define ARM_PSCI_VER_1_0 (0x00010000)
#define ARM_PSCI_VER_0_2 (0x00000002)