mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
spi: atcspi200: Drop redundant andestech,qilai-spi compatible
"andestech,qilai-spi" compatible can only be used with a fallback, which is already matched by the driver's OF device ID table, thus it is redundant in the driver. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260804-spi-num-cs-v1-5-4ccb13dcc7b0@oss.qualcomm.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
ad0dcba3ab
commit
463c840f54
|
|
@ -635,7 +635,6 @@ static int atcspi_resume(struct device *dev)
|
|||
static DEFINE_SIMPLE_DEV_PM_OPS(atcspi_pm_ops, atcspi_suspend, atcspi_resume);
|
||||
|
||||
static const struct of_device_id atcspi_of_match[] = {
|
||||
{ .compatible = "andestech,qilai-spi", },
|
||||
{ .compatible = "andestech,ae350-spi", },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user