Skip to content

scmi_clock: Fix clock index in clock extended name handler

Md Golam Tanvir Zim requested to merge mz/fix-clk-idx into main

The clock device table is indexed by scmi index of a clock, not device index. This fixes the clock extended name handler where device index was used in a device table instead of scmi index.

Signed-off-by: Md Golam Tanvir Zim mdgolamtanvir.zim@arm.com Change-Id: I6a0677879ddee789634fc561959cbc9ea9540d41

Merge request reports