Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f58ea64 authored by Neil Armstrong's avatar Neil Armstrong Committed by Mark Brown
Browse files

spi: meson: Add GXBB compatible

parent 164c5cd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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);