projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164c5cd
)
spi: meson: Add GXBB compatible
author
Neil Armstrong
<narmstrong@baylibre.com>
Thu, 8 Sep 2016 07:53:26 +0000
(09:53 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 12 Sep 2016 19:11:39 +0000
(20:11 +0100)
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-meson-spifc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-meson-spifc.c
b/drivers/spi/spi-meson-spifc.c
index 2465259f62411b354f5e11fe7f3e854aefd6f04f..616566e793c62d8d429902e2c202611c10db8c64 100644
(file)
--- 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);