Re: [PATCH] firmware: scmi: fix struct layout for scmi_clk_rate_set_in

2021-10-26 Thread Tom Rini
On Wed, Oct 13, 2021 at 04:00:04PM +0200, Clément Léger wrote: > First two fields are reversed compared to what is expected by the SCMI > specification. > > Signed-off-by: Clément Léger > Fixes: 60388844836 ("clk: add clock driver for SCMI agents") Applied to u-boot/master, thanks! -- Tom

[PATCH] firmware: scmi: fix struct layout for scmi_clk_rate_set_in

2021-10-13 Thread Clément Léger
First two fields are reversed compared to what is expected by the SCMI specification. Signed-off-by: Clément Léger Fixes: 60388844836 ("clk: add clock driver for SCMI agents") --- include/scmi_protocols.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git