soc: qcom: socinfo: Fix soc_id order
authorStephan Gerhold <stephan@gerhold.net>
Wed, 4 Jan 2023 11:53:45 +0000 (12:53 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 18 Jan 2023 23:14:39 +0000 (17:14 -0600)
commit017a7c11a8a29e266aa40c6d1bf2ba83f880f719
tree1d3951d74d240115782374af6ddbd1aef09be3d3
parent62ebb045f029b252d0f7d16ae61a735bd9e88636
soc: qcom: socinfo: Fix soc_id order

The soc_id array is mostly ordered by the numeric "msm-id" defined in
qcom,ids.h but some recent entries were added at the wrong place.

While it does not make a functional difference it does make it harder
to regenerate the entire array after adding a bunch of new IDs.

Fixes: de320c07da3d ("soc: qcom: socinfo: Add MSM8956/76 SoC IDs to the soc_id table")
Fixes: 147f6534b8ff ("soc: qcom: socinfo: Add SM8550 ID")
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230104115348.25046-2-stephan@gerhold.net
drivers/soc/qcom/socinfo.c