mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
drm/bridge: it66121: Sort the compatibles
Keep the compatibles sorted alpha-numerically. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20251029150636.3118628-4-nm@ti.com
This commit is contained in:
parent
1ba36afa66
commit
a1df28b5f4
|
|
@ -1619,15 +1619,15 @@ static const struct it66121_chip_info it6610_chip_info = {
|
|||
};
|
||||
|
||||
static const struct of_device_id it66121_dt_match[] = {
|
||||
{ .compatible = "ite,it66121", &it66121_chip_info },
|
||||
{ .compatible = "ite,it6610", &it6610_chip_info },
|
||||
{ .compatible = "ite,it66121", &it66121_chip_info },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, it66121_dt_match);
|
||||
|
||||
static const struct i2c_device_id it66121_id[] = {
|
||||
{ "it66121", (kernel_ulong_t) &it66121_chip_info },
|
||||
{ "it6610", (kernel_ulong_t) &it6610_chip_info },
|
||||
{ "it6610", (kernel_ulong_t)&it6610_chip_info },
|
||||
{ "it66121", (kernel_ulong_t)&it66121_chip_info },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, it66121_id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user