Commit 989ca853 authored by Janne Grunau's avatar Janne Grunau
Browse files

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: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarJanne Grunau <j@jannau.net>
parent 096f12b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },
	{}
};