linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC 1/6] drm/etnaviv: add binding for the gc320 found in ti socs
@ 2016-11-18  2:44 Robert Nelson
  2016-11-18  2:44 ` [RFC 2/6] drm/etnaviv: allow building etnaviv on omap devices Robert Nelson
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Robert Nelson @ 2016-11-18  2:44 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
CC: Julien <jboulnois@gmail.com>
CC: Christian Gmeiner <christian.gmeiner@gmail.com>
CC: Russell King <rmk+kernel@arm.linux.org.uk>
CC: Lucas Stach <l.stach@pengutronix.de>
CC: Nishanth Menon <nm@ti.com>
CC: Tomi Valkeinen <tomi.valkeinen@ti.com>
CC: Tony Lindgren <tony@atomide.com>
---
 Documentation/devicetree/bindings/display/etnaviv/etnaviv-drm.txt | 1 +
 drivers/gpu/drm/etnaviv/etnaviv_drv.c                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/etnaviv/etnaviv-drm.txt b/Documentation/devicetree/bindings/display/etnaviv/etnaviv-drm.txt
index ed5e0a7..9fa259d 100644
--- a/Documentation/devicetree/bindings/display/etnaviv/etnaviv-drm.txt
+++ b/Documentation/devicetree/bindings/display/etnaviv/etnaviv-drm.txt
@@ -8,6 +8,7 @@ Required properties:
 - compatible: Should be one of
     "fsl,imx-gpu-subsystem"
     "marvell,dove-gpu-subsystem"
+    "ti,gc320-gpu-subsystem"
 - cores: Should contain a list of phandles pointing to Vivante GPU devices
 
 example:
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_drv.c b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
index a6799b0..ce51270 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_drv.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
@@ -653,6 +653,7 @@ static int etnaviv_pdev_remove(struct platform_device *pdev)
 static const struct of_device_id dt_match[] = {
 	{ .compatible = "fsl,imx-gpu-subsystem" },
 	{ .compatible = "marvell,dove-gpu-subsystem" },
+	{ .compatible = "ti,gc320-gpu-subsystem" },
 	{}
 };
 MODULE_DEVICE_TABLE(of, dt_match);
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2016-11-20 11:43 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18  2:44 [RFC 1/6] drm/etnaviv: add binding for the gc320 found in ti socs Robert Nelson
2016-11-18  2:44 ` [RFC 2/6] drm/etnaviv: allow building etnaviv on omap devices Robert Nelson
2016-11-18  2:52   ` Nishanth Menon
2016-11-18 16:33   ` Rob Herring
2016-11-19 11:58     ` Joshua Clayton
2016-11-20 11:43       ` Russell King - ARM Linux
2016-11-18  2:44 ` [RFC 3/6] Documentation: dt: add bindings for ti bb2d Robert Nelson
2016-11-18  2:54   ` Nishanth Menon
2016-11-18  2:44 ` [RFC 4/6] ARM: dts: dra7: add entry for bb2d module Robert Nelson
2016-11-18 10:59   ` Lucas Stach
2016-11-18 13:56     ` Nishanth Menon
2016-11-18  2:44 ` [RFC 5/6] ARM: dts: dra7: add vivante " Robert Nelson
2016-11-18 10:55   ` Lucas Stach
2016-11-18  2:44 ` [RFC 6/6] ARM: dts: am57xx-beagle-x15-common: enable etnaviv Robert Nelson
2016-11-18  2:56   ` Nishanth Menon
2016-11-18  3:44     ` Robert Nelson
2016-11-18  4:15       ` Nishanth Menon
2016-11-18  4:26         ` Robert Nelson
2016-11-18  4:34           ` Nishanth Menon
2016-11-18 16:42     ` Rob Herring
2016-11-18  2:51 ` [RFC 1/6] drm/etnaviv: add binding for the gc320 found in ti socs Robert Nelson
2016-11-18  2:53 ` Nishanth Menon
2016-11-18 12:13   ` Russell King - ARM Linux
2016-11-18 13:34     ` Lucas Stach
2016-11-18 15:07       ` Robert Nelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).