From: Cristian Marussi Date: Wed, 14 Feb 2024 18:30:04 +0000 (+0000) Subject: firmware: arm_scmi: Update the supported clock protocol version X-Git-Tag: v6.9-rc1~177^2~9^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e0d2fe70cb8030ded45da21bf5bce35b1dbfdfb;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20240214183006.3403207-6-cristian.marussi@arm.com Signed-off-by: Sudeep Holla --- diff --git a/drivers/firmware/arm_scmi/clock.c b/drivers/firmware/arm_scmi/clock.c index 95393af655edd..134019297d08b 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,