]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
drm: bridge: add support for TI ths8135
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 13 Dec 2016 10:09:17 +0000 (11:09 +0100)
committerArchit Taneja <architt@codeaurora.org>
Wed, 14 Dec 2016 04:33:08 +0000 (10:03 +0530)
THS8135 is a configurable video DAC, but no configuration is actually
necessary to make it work.

For now use the dumb-vga-dac driver to support it.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1481623759-12786-4-git-send-email-bgolaszewski@baylibre.com
drivers/gpu/drm/bridge/dumb-vga-dac.c

index e5706981c93467d0c15b8b35501d8e38c98ef555..86e9f9c7b59c909b1f4c80aa6d3f68d9c0b77e3f 100644 (file)
@@ -237,6 +237,7 @@ static int dumb_vga_remove(struct platform_device *pdev)
 
 static const struct of_device_id dumb_vga_match[] = {
        { .compatible = "dumb-vga-dac" },
+       { .compatible = "ti,ths8135" },
        {},
 };
 MODULE_DEVICE_TABLE(of, dumb_vga_match);