mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
media: iris: fix the order of compat strings
Fix the order of compatible strings to make it in alpha numeric order. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Vikash Garodia <quic_vgarodia@quicinc.com> Reviewed-by: Dikshita Agarwal <quic_dikshita@quicinc.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
6aa5f5887d
commit
6490cf1653
|
|
@ -335,16 +335,16 @@ static const struct dev_pm_ops iris_pm_ops = {
|
|||
};
|
||||
|
||||
static const struct of_device_id iris_dt_match[] = {
|
||||
#if (!IS_ENABLED(CONFIG_VIDEO_QCOM_VENUS))
|
||||
{
|
||||
.compatible = "qcom,sm8250-venus",
|
||||
.data = &sm8250_data,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
.compatible = "qcom,sm8550-iris",
|
||||
.data = &sm8550_data,
|
||||
},
|
||||
#if (!IS_ENABLED(CONFIG_VIDEO_QCOM_VENUS))
|
||||
{
|
||||
.compatible = "qcom,sm8250-venus",
|
||||
.data = &sm8250_data,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
.compatible = "qcom,sm8650-iris",
|
||||
.data = &sm8650_data,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user