Browse Source

spi: meson: Add GXBB compatible

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Neil Armstrong 9 years ago
parent
commit
2f58ea64bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/spi/spi-meson-spifc.c

+ 1 - 0
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[] = {
 static const struct of_device_id meson_spifc_dt_match[] = {
 	{ .compatible = "amlogic,meson6-spifc", },
 	{ .compatible = "amlogic,meson6-spifc", },
+	{ .compatible = "amlogic,meson-gxbb-spifc", },
 	{ },
 	{ },
 };
 };
 MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);
 MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);