19b7a0a4e501266a3089c9df70dc8ad455adfc53
[openwrt/openwrt.git] / target / linux / generic / pending-5.10 / 110-v6.3-0002-spidev-Add-Silicon-Labs-SI3210-device-compatible.patch
1 From 536581825219e97fa2ae0c4de35605d2f6311416 Mon Sep 17 00:00:00 2001
2 From: Vincent Tremblay <vincent@vtremblay.dev>
3 Date: Tue, 27 Dec 2022 09:00:58 -0500
4 Subject: [PATCH 2/2] spidev: Add Silicon Labs SI3210 device compatible
5
6 Add compatible string for Silicon Labs SI3210 device.
7
8 Note: This patch is adapted from a patch submitted to the for-next branch (v6.3).
9
10 Signed-off-by: Vincent Tremblay <vincent@vtremblay.dev>
11 ---
12
13 --- a/drivers/spi/spidev.c
14 +++ b/drivers/spi/spidev.c
15 @@ -692,6 +692,7 @@ static const struct of_device_id spidev_
16 { .compatible = "dh,dhcom-board" },
17 { .compatible = "menlo,m53cpld" },
18 { .compatible = "silabs,em3581" },
19 + { .compatible = "silabs,si3210" },
20 {},
21 };
22 MODULE_DEVICE_TABLE(of, spidev_dt_ids);