b00fb8ee2e2830cc9c6f0e8595cdc767f846e12f
[openwrt/openwrt.git] / target / linux / generic / pending-4.14 / 130-add-linux-spidev-compatible-si3210.patch
1 From: Giuseppe Lippolis <giu.lippolis@gmail.com>
2 Subject: Add the linux,spidev compatible in spidev Several device in ramips have this binding in the dts
3
4 Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
5 ---
6 drivers/spi/spidev.c | 1 +
7 1 file changed, 1 insertion(+)
8
9 --- a/drivers/spi/spidev.c
10 +++ b/drivers/spi/spidev.c
11 @@ -669,6 +669,7 @@ static const struct of_device_id spidev_
12 { .compatible = "lineartechnology,ltc2488" },
13 { .compatible = "ge,achc" },
14 { .compatible = "semtech,sx1301" },
15 + { .compatible = "siliconlabs,si3210" },
16 {},
17 };
18 MODULE_DEVICE_TABLE(of, spidev_dt_ids);