Skip to content

Commit 6bd1b3f

Browse files
cris-masudeep-holla
authored andcommitted
firmware: arm_scmi: Fix the clock protocol supported version
Rollback currently supported SCMI clock protocol version to v2.0 since some of the mandatory v3.0 features are indeed still not supported yet. Fixes: b5efc28 ("firmware: arm_scmi: Add protocol versioning checks") Signed-off-by: Cristian Marussi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
1 parent 27600c9 commit 6bd1b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 0x20001
16+
#define SCMI_PROTOCOL_SUPPORTED_VERSION 0x20000
1717

1818
enum scmi_clock_protocol_cmd {
1919
CLOCK_ATTRIBUTES = 0x3,

0 commit comments

Comments
 (0)