diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/serio/altera_ps2.c | 1 | ||||
-rw-r--r-- | drivers/spi/spi-altera.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/altera_jtaguart.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/altera_uart.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/serio/altera_ps2.c b/drivers/input/serio/altera_ps2.c index a0a2657e31ff..4777a73cd390 100644 --- a/drivers/input/serio/altera_ps2.c +++ b/drivers/input/serio/altera_ps2.c | |||
@@ -176,6 +176,7 @@ static int altera_ps2_remove(struct platform_device *pdev) | |||
176 | #ifdef CONFIG_OF | 176 | #ifdef CONFIG_OF |
177 | static const struct of_device_id altera_ps2_match[] = { | 177 | static const struct of_device_id altera_ps2_match[] = { |
178 | { .compatible = "ALTR,ps2-1.0", }, | 178 | { .compatible = "ALTR,ps2-1.0", }, |
179 | { .compatible = "altr,ps2-1.0", }, | ||
179 | {}, | 180 | {}, |
180 | }; | 181 | }; |
181 | MODULE_DEVICE_TABLE(of, altera_ps2_match); | 182 | MODULE_DEVICE_TABLE(of, altera_ps2_match); |
diff --git a/drivers/spi/spi-altera.c b/drivers/spi/spi-altera.c index 81b9adb6e766..7456eef201a6 100644 --- a/drivers/spi/spi-altera.c +++ b/drivers/spi/spi-altera.c | |||
@@ -302,6 +302,7 @@ static int altera_spi_remove(struct platform_device *dev) | |||
302 | #ifdef CONFIG_OF | 302 | #ifdef CONFIG_OF |
303 | static const struct of_device_id altera_spi_match[] = { | 303 | static const struct of_device_id altera_spi_match[] = { |
304 | { .compatible = "ALTR,spi-1.0", }, | 304 | { .compatible = "ALTR,spi-1.0", }, |
305 | { .compatible = "altr,spi-1.0", }, | ||
305 | {}, | 306 | {}, |
306 | }; | 307 | }; |
307 | MODULE_DEVICE_TABLE(of, altera_spi_match); | 308 | MODULE_DEVICE_TABLE(of, altera_spi_match); |
diff --git a/drivers/tty/serial/altera_jtaguart.c b/drivers/tty/serial/altera_jtaguart.c index c6bdb943726b..dbc7f121162f 100644 --- a/drivers/tty/serial/altera_jtaguart.c +++ b/drivers/tty/serial/altera_jtaguart.c | |||
@@ -470,6 +470,7 @@ static int altera_jtaguart_remove(struct platform_device *pdev) | |||
470 | #ifdef CONFIG_OF | 470 | #ifdef CONFIG_OF |
471 | static struct of_device_id altera_jtaguart_match[] = { | 471 | static struct of_device_id altera_jtaguart_match[] = { |
472 | { .compatible = "ALTR,juart-1.0", }, | 472 | { .compatible = "ALTR,juart-1.0", }, |
473 | { .compatible = "altr,juart-1.0", }, | ||
473 | {}, | 474 | {}, |
474 | }; | 475 | }; |
475 | MODULE_DEVICE_TABLE(of, altera_jtaguart_match); | 476 | MODULE_DEVICE_TABLE(of, altera_jtaguart_match); |
diff --git a/drivers/tty/serial/altera_uart.c b/drivers/tty/serial/altera_uart.c index 1d46966e2a65..8b5a8a2caebc 100644 --- a/drivers/tty/serial/altera_uart.c +++ b/drivers/tty/serial/altera_uart.c | |||
@@ -613,6 +613,7 @@ static int altera_uart_remove(struct platform_device *pdev) | |||
613 | #ifdef CONFIG_OF | 613 | #ifdef CONFIG_OF |
614 | static struct of_device_id altera_uart_match[] = { | 614 | static struct of_device_id altera_uart_match[] = { |
615 | { .compatible = "ALTR,uart-1.0", }, | 615 | { .compatible = "ALTR,uart-1.0", }, |
616 | { .compatible = "altr,uart-1.0", }, | ||
616 | {}, | 617 | {}, |
617 | }; | 618 | }; |
618 | MODULE_DEVICE_TABLE(of, altera_uart_match); | 619 | MODULE_DEVICE_TABLE(of, altera_uart_match); |