Skip to content

Commit 5e0d2fe

Browse files
cris-masudeep-holla
authored andcommitted
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 <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>
1 parent 62092c4 commit 5e0d2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/firmware/arm_scmi/clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "notify.h"
1414

1515
/* Updated only after ALL the mandatory features for that version are merged */
16-
#define SCMI_PROTOCOL_SUPPORTED_VERSION 0x20000
16+
#define SCMI_PROTOCOL_SUPPORTED_VERSION 0x30000
1717

1818
enum scmi_clock_protocol_cmd {
1919
CLOCK_ATTRIBUTES = 0x3,

0 commit comments

Comments
 (0)