Commit a1df28b5 authored by Nishanth Menon's avatar Nishanth Menon Committed by Neil Armstrong
Browse files

drm/bridge: it66121: Sort the compatibles

parent 1ba36afa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 },
	{ "it66121", (kernel_ulong_t)&it66121_chip_info },
	{ }
};
MODULE_DEVICE_TABLE(i2c, it66121_id);