Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1478391

[PATCH 4/7] spi: meson: Add GXBB compatible

From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 4/7] spi: meson: Add GXBB compatible
Date 2016-09-07 17:20 +0200
Message-ID <seMNP-1pB-11@gated-at.bofh.it> (permalink)
References <seMNP-1pB-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Neil Armstrong <narmstrong@baylibre.com>

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/spi/spi-meson-spifc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-meson-spifc.c b/drivers/spi/spi-meson-spifc.c
index 2465259..616566e 100644
--- a/drivers/spi/spi-meson-spifc.c
+++ b/drivers/spi/spi-meson-spifc.c
@@ -442,6 +442,7 @@ static const struct dev_pm_ops meson_spifc_pm_ops = {
 
 static const struct of_device_id meson_spifc_dt_match[] = {
 	{ .compatible = "amlogic,meson6-spifc", },
+	{ .compatible = "amlogic,meson-gxbb-spifc", },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 4/7] spi: meson: Add GXBB compatible Jerome Brunet <jbrunet@baylibre.com> - 2016-09-07 17:20 +0200
  Re: [PATCH 4/7] spi: meson: Add GXBB compatible Mark Brown <broonie@kernel.org> - 2016-09-07 21:00 +0200
    Re: [PATCH 4/7] spi: meson: Add GXBB compatible Neil Armstrong <narmstrong@baylibre.com> - 2016-09-08 09:50 +0200

csiph-web