diff options
| author | Janne Grunau <j@jannau.net> | 2025-08-28 16:52:09 +0200 |
|---|---|---|
| committer | Janne Grunau <j@jannau.net> | 2025-09-14 21:51:35 +0200 |
| commit | 989ca853ddeefad448bdfb771113faf9cc480936 (patch) | |
| tree | 46deac207ed1bfd5465d12ce59d3c43eea7d7f1a | |
| parent | 096f12b45eabbbeb153a0a493d922c9f31210d50 (diff) | |
spi: apple: Add "apple,t8103-spi" compatible
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,spi" anymore [1]. Use
"apple,t8103-spi" as base compatible as it is the SoC the driver and
bindings were written for.
[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Janne Grunau <j@jannau.net>
| -rw-r--r-- | drivers/spi/spi-apple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-apple.c b/drivers/spi/spi-apple.c index 6273352a2b28..2fee7057ecc9 100644 --- a/drivers/spi/spi-apple.c +++ b/drivers/spi/spi-apple.c @@ -511,6 +511,7 @@ static int apple_spi_probe(struct platform_device *pdev) } static const struct of_device_id apple_spi_of_match[] = { + { .compatible = "apple,t8103-spi", }, { .compatible = "apple,spi", }, {} }; |
