Skip to content

module/scmi_sensor: reserved field must be null

Created by: vingu-linaro

Reserved field should be considered null. SCMI compliance test reported non conformant command if reserved fields are not clear but SCMI server return success.

Unlike other reserved fields, it's not written that this one must be zeroed. I wonder if this is just a miss in the spec as most of them must be zeroed.

Signed-off-by: Vincent Guittot vincent.guittot@linaro.org

Merge request reports