Skip to content

Commit

Permalink
drivers: scmi-msg: correct voltage domain protocol version
Browse files Browse the repository at this point in the history
Fix the version ID of the implemented SCMI voltage domain protocol that
is v2.0 (ID 0x20000), not v3.0 (ID 0x30000).

Fixes: 006d89b ("drivers: scmi-msg: add SCMI Voltage Domain protocol")
Signed-off-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
etienne-lms committed Aug 21, 2024
1 parent 641f2f1 commit b09fced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/drivers/scmi-msg/voltage_domain.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "common.h"

#define SCMI_PROTOCOL_VERSION_VOLTAGE_DOMAIN 0x30000
#define SCMI_PROTOCOL_VERSION_VOLTAGE_DOMAIN 0x20000

/*
* Identifiers of the SCMI Clock Management Protocol commands
Expand Down

0 comments on commit b09fced

Please sign in to comment.