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:
Marek Vasut 2022-12-22 01:46:34 +01:00 committed by Stefano Babic
parent 0b32bc4831
commit 46dcb31065

View file

@ -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)