dts: Deprecate ALTR as a vendor prefix
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / spi / spi-altera.c
index 81b9adb..7456eef 100644 (file)
@@ -302,6 +302,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);