Skip to content

Commit

Permalink
spi: meson-axg: add SPICC driver support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sunny Luo authored and Mark Brown committed Nov 28, 2017
1 parent a788414 commit a5db27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-meson-spicc.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ static int meson_spicc_remove(struct platform_device *pdev)

static const struct of_device_id meson_spicc_of_match[] = {
{ .compatible = "amlogic,meson-gx-spicc", },
{ .compatible = "amlogic,meson-axg-spicc", },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, meson_spicc_of_match);
Expand Down

0 comments on commit a5db27c

Please sign in to comment.