aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Luo <sunny.luo@amlogic.com>2017-11-28 08:29:25 -0500
committerMark Brown <broonie@kernel.org>2017-11-28 15:21:31 -0500
commita5db27c00da37654ba518b814925d4e9cd05259c (patch)
tree794c7ac9ee8fb0ee5e33a3479d104d78057ab11d
parenta78841479696efa557a2251c86462c936a208f90 (diff)
spi: meson-axg: add SPICC driver support
Add new compatible string to support SPICC controller which found at Amlogic Meson-AXG SoC. This is aiming at adding a couple of enhanced feature patches. Signed-off-by: Sunny Luo <sunny.luo@amlogic.com> Signed-off-by: Yixun Lan <yixun.lan@amlogic.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/spi/spi-meson-spicc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-meson-spicc.c b/drivers/spi/spi-meson-spicc.c
index 7f8429635502..5c82910e3480 100644
--- a/drivers/spi/spi-meson-spicc.c
+++ b/drivers/spi/spi-meson-spicc.c
@@ -599,6 +599,7 @@ static int meson_spicc_remove(struct platform_device *pdev)
599 599
600static const struct of_device_id meson_spicc_of_match[] = { 600static const struct of_device_id meson_spicc_of_match[] = {
601 { .compatible = "amlogic,meson-gx-spicc", }, 601 { .compatible = "amlogic,meson-gx-spicc", },
602 { .compatible = "amlogic,meson-axg-spicc", },
602 { /* sentinel */ } 603 { /* sentinel */ }
603}; 604};
604MODULE_DEVICE_TABLE(of, meson_spicc_of_match); 605MODULE_DEVICE_TABLE(of, meson_spicc_of_match);