Skip to content

Commit

Permalink
spi: meson: Add GXBB compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Neil Armstrong authored and Mark Brown committed Sep 12, 2016
1 parent 164c5cd commit 2f58ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-meson-spifc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2f58ea6

Please sign in to comment.