|
@@ -693,6 +693,7 @@ static struct class *spidev_class;
|
|
#ifdef CONFIG_OF
|
|
#ifdef CONFIG_OF
|
|
static const struct of_device_id spidev_dt_ids[] = {
|
|
static const struct of_device_id spidev_dt_ids[] = {
|
|
{ .compatible = "rohm,dh2228fv" },
|
|
{ .compatible = "rohm,dh2228fv" },
|
|
|
|
+ { .compatible = "lineartechnology,ltc2488" },
|
|
{},
|
|
{},
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
|
|
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
|