[PATCH v2 8/8] Hack: Pretend we have PSCI 1.2
Jonathan Cameron
Jonathan.Cameron at huawei.com
Tue Jun 24 08:48:04 PDT 2025
Need to update QEMU to PSCI 1.2. In meantime lie.
This is just here to aid testing, not for review!
Signed-off-by: Jonathan Cameron <Jonathan.Cameron at huawei.com>
---
drivers/firmware/psci/psci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/firmware/psci/psci.c b/drivers/firmware/psci/psci.c
index 38ca190d4a22..804b0d7cda4b 100644
--- a/drivers/firmware/psci/psci.c
+++ b/drivers/firmware/psci/psci.c
@@ -646,6 +646,8 @@ static void __init psci_init_smccc(void)
}
}
+ /* Hack until qemu version stuff updated */
+ arm_smccc_version_init(ARM_SMCCC_VERSION_1_2, psci_conduit);
/*
* Conveniently, the SMCCC and PSCI versions are encoded the
* same way. No, this isn't accidental.
--
2.48.1
More information about the linux-arm-kernel
mailing list