[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240809120014.724959-1-cristian.marussi@arm.com>
Date: Fri, 9 Aug 2024 13:00:14 +0100
From: Cristian Marussi <cristian.marussi@....com>
To: linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
arm-scmi@...r.kernel.org
Cc: sudeep.holla@....com,
Cristian Marussi <cristian.marussi@....com>
Subject: [PATCH] firmware: arm_scmi: Update Base protocol version
Base protocol version had been increased with SCMI v3.2. Update accordingly
the supported version define in the kernel stack, since all the mandatory
Base commands are indeed already supported.
Signed-off-by: Cristian Marussi <cristian.marussi@....com>
---
drivers/firmware/arm_scmi/base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/arm_scmi/base.c b/drivers/firmware/arm_scmi/base.c
index 97254de35ab0..9939b1d84b7a 100644
--- a/drivers/firmware/arm_scmi/base.c
+++ b/drivers/firmware/arm_scmi/base.c
@@ -14,7 +14,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 0x20001
#define SCMI_BASE_NUM_SOURCES 1
#define SCMI_BASE_MAX_CMD_ERR_COUNT 1024
--
2.45.2
Powered by blists - more mailing lists