firmware: scmi: fix struct layout for scmi_clk_rate_set_in
authorClément Léger <clement.leger@bootlin.com>
Wed, 13 Oct 2021 14:00:04 +0000 (16:00 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 26 Oct 2021 19:26:45 +0000 (15:26 -0400)
commit32cc3929a173246bf55b2a602082cabd971fc71b
treef4bcc4c1c68864f7388509c3804540e938b280a9
parent4ea84c5dce5a96a4ed9f8c410974425ff2167721
firmware: scmi: fix struct layout for scmi_clk_rate_set_in

First two fields are reversed compared to what is expected by the SCMI
specification.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Fixes: 60388844836 ("clk: add clock driver for SCMI agents")
include/scmi_protocols.h