mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
arm: psci: Add PSCI v1.1 macro
Add macro representing the PSCI v1.1 . Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
0b32bc4831
commit
46dcb31065
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue