firmware: arm_scmi: Update the supported clock protocol version
authorCristian Marussi <cristian.marussi@arm.com>
Wed, 14 Feb 2024 18:30:04 +0000 (18:30 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 22 Feb 2024 08:17:11 +0000 (08:17 +0000)
And finally update the supported clock protocol version to v3.2(0x30000).

Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20240214183006.3403207-6-cristian.marussi@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/clock.c

index 95393af655edd8e52e35248c4976a70e26c64c2d..134019297d08b1bd9e4b02e69a1cc16a3dc429b2 100644 (file)
@@ -13,7 +13,7 @@
 #include "notify.h"
 
 /* Updated only after ALL the mandatory features for that version are merged */
-#define SCMI_PROTOCOL_SUPPORTED_VERSION                0x20000
+#define SCMI_PROTOCOL_SUPPORTED_VERSION                0x30000
 
 enum scmi_clock_protocol_cmd {
        CLOCK_ATTRIBUTES = 0x3,