mm: fix negative left shift count when PAGE_SHIFT > 20
[firefly-linux-kernel-4.4.55.git] / drivers / spi / spi-altera.c
index f38855f7653622d742127c7ff6af7223b4c5ee91..9a64c3fee218b152cb40365ea7f6bf1b4f7e39e7 100644 (file)
@@ -276,6 +276,7 @@ static int altera_spi_remove(struct platform_device *dev)
 #ifdef CONFIG_OF
 static const struct of_device_id altera_spi_match[] = {
        { .compatible = "ALTR,spi-1.0", },
+       { .compatible = "altr,spi-1.0", },
        {},
 };
 MODULE_DEVICE_TABLE(of, altera_spi_match);