aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Marussi <[email protected]>2024-02-14 18:30:04 +0000
committerSudeep Holla <[email protected]>2024-02-22 08:17:11 +0000
commit5e0d2fe70cb8030ded45da21bf5bce35b1dbfdfb (patch)
treea825a2319b630dd0d6bfd29315c51bc7964dd383
parent62092c428fb528fcd117a580216915af04df450e (diff)
firmware: arm_scmi: Update the supported clock protocol version
And finally update the supported clock protocol version to v3.2(0x30000). Signed-off-by: Cristian Marussi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
-rw-r--r--drivers/firmware/arm_scmi/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/arm_scmi/clock.c b/drivers/firmware/arm_scmi/clock.c
index 95393af655ed..134019297d08 100644
--- a/drivers/firmware/arm_scmi/clock.c
+++ b/drivers/firmware/arm_scmi/clock.c
@@ -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,