mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
media: venus: core: Sort dt_match alphabetically.
Correctly sort the array of venus_dt_match entries. Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Dikshita Agarwal <quic_dikshita@quicinc.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
7998681eb7
commit
a9551290ef
|
|
@ -1074,11 +1074,11 @@ static const struct of_device_id venus_dt_match[] = {
|
|||
{ .compatible = "qcom,msm8916-venus", .data = &msm8916_res, },
|
||||
{ .compatible = "qcom,msm8996-venus", .data = &msm8996_res, },
|
||||
{ .compatible = "qcom,msm8998-venus", .data = &msm8998_res, },
|
||||
{ .compatible = "qcom,sc7180-venus", .data = &sc7180_res, },
|
||||
{ .compatible = "qcom,sc7280-venus", .data = &sc7280_res, },
|
||||
{ .compatible = "qcom,sdm660-venus", .data = &sdm660_res, },
|
||||
{ .compatible = "qcom,sdm845-venus", .data = &sdm845_res, },
|
||||
{ .compatible = "qcom,sdm845-venus-v2", .data = &sdm845_res_v2, },
|
||||
{ .compatible = "qcom,sc7180-venus", .data = &sc7180_res, },
|
||||
{ .compatible = "qcom,sc7280-venus", .data = &sc7280_res, },
|
||||
{ .compatible = "qcom,sm8250-venus", .data = &sm8250_res, },
|
||||
{ }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user