ipq5018: Fix secure_authenticate scm call

This changes update the SCM_CMD_SEC_AUTH command.

Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
Change-Id: I6952999bd91062a3e5b3992b2dc166e847d27a58
This commit is contained in:
Vandhiadevan Karunamoorthy 2020-06-25 10:24:48 +05:30
parent 0f7bca7746
commit ffbf1122c0

View file

@ -418,7 +418,7 @@
#define CLOCK_UPDATE_TIMEOUT_US 1000
#define KERNEL_AUTH_CMD 0x13
#define SCM_CMD_SEC_AUTH 0x1F
#define SCM_CMD_SEC_AUTH 0x15
#define ARM_PSCI_TZ_FN_BASE 0x84000000
#define ARM_PSCI_TZ_FN(n) (ARM_PSCI_TZ_FN_BASE + (n))