]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc44b0b9cd12e8a00891f2cd1c0048baf2559ca64
treef4bcc4c1c68864f7388509c3804540e938b280a9
parent87a92e024c954e8547f8f95006230f00f7a30b1f
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: d3198e1a09b ("clk: add clock driver for SCMI agents")
include/scmi_protocols.h