Loading Documentation/devicetree/bindings/serial/altera_jtaguart.txt 0 → 100644 +4 −0 Original line number Diff line number Diff line Altera JTAG UART Required properties: - compatible : should be "ALTR,juart-1.0" drivers/tty/serial/altera_jtaguart.c +13 −2 Original line number Diff line number Diff line Loading @@ -465,12 +465,23 @@ static int __devexit altera_jtaguart_remove(struct platform_device *pdev) return 0; } #ifdef CONFIG_OF static struct of_device_id altera_jtaguart_match[] = { { .compatible = "ALTR,juart-1.0", }, {}, }; MODULE_DEVICE_TABLE(of, altera_jtaguart_match); #else #define altera_jtaguart_match NULL #endif /* CONFIG_OF */ static struct platform_driver altera_jtaguart_platform_driver = { .probe = altera_jtaguart_probe, .remove = __devexit_p(altera_jtaguart_remove), .driver = { .name = DRV_NAME, .owner = THIS_MODULE, .of_match_table = altera_jtaguart_match, }, }; Loading Loading
Documentation/devicetree/bindings/serial/altera_jtaguart.txt 0 → 100644 +4 −0 Original line number Diff line number Diff line Altera JTAG UART Required properties: - compatible : should be "ALTR,juart-1.0"
drivers/tty/serial/altera_jtaguart.c +13 −2 Original line number Diff line number Diff line Loading @@ -465,12 +465,23 @@ static int __devexit altera_jtaguart_remove(struct platform_device *pdev) return 0; } #ifdef CONFIG_OF static struct of_device_id altera_jtaguart_match[] = { { .compatible = "ALTR,juart-1.0", }, {}, }; MODULE_DEVICE_TABLE(of, altera_jtaguart_match); #else #define altera_jtaguart_match NULL #endif /* CONFIG_OF */ static struct platform_driver altera_jtaguart_platform_driver = { .probe = altera_jtaguart_probe, .remove = __devexit_p(altera_jtaguart_remove), .driver = { .name = DRV_NAME, .owner = THIS_MODULE, .of_match_table = altera_jtaguart_match, }, }; Loading