Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Neil Armstrong and committed by
Mark Brown
2f58ea64 164c5cd5

+1
+1
drivers/spi/spi-meson-spifc.c
··· 442 442 443 443 static const struct of_device_id meson_spifc_dt_match[] = { 444 444 { .compatible = "amlogic,meson6-spifc", }, 445 + { .compatible = "amlogic,meson-gxbb-spifc", }, 445 446 { }, 446 447 }; 447 448 MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);