linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: video: fbdev: add devicetree bindings for pxa3xx-gcu
@ 2018-06-23 19:11 Daniel Mack
  2018-06-23 19:11 ` [PATCH 2/2] video: fbdev: pxa3xx_gcu: add devicetree bindings Daniel Mack
  2018-07-03 20:14 ` [PATCH 1/2] dt-bindings: video: fbdev: add devicetree bindings for pxa3xx-gcu Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Mack @ 2018-06-23 19:11 UTC (permalink / raw)
  To: robh+dt, airlied, mark.rutland, b.zolnierkie
  Cc: linux-fbdev, devicetree, robert.jarzmik, Daniel Mack

This patch adds the binding documentation for the pxa3xx gcu.

Signed-off-by: Daniel Mack <daniel@zonque.org>
---
 .../bindings/display/marvell,pxa3xx-gcu.txt    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/marvell,pxa3xx-gcu.txt

diff --git a/Documentation/devicetree/bindings/display/marvell,pxa3xx-gcu.txt b/Documentation/devicetree/bindings/display/marvell,pxa3xx-gcu.txt
new file mode 100644
index 000000000000..d1b2302d0fd8
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/marvell,pxa3xx-gcu.txt
@@ -0,0 +1,18 @@
+PXA3xx GCU Controller
+---------------------
+
+Required properties:
+ - compatible : "marvell,pxa3xx-gcu"
+ - reg : should contain the register range (address and length).
+ - interrupts : GCU interrupt.
+ - clocks: phandle to input clocks
+
+Example for PXA3xx:
+
+	gcu@54000000 {
+		compatible = "marvell,pxa3xx-gcu";
+		reg = <0x54000000 0x1000>;
+		interrupts = <39>;
+		clocks = <&clks CLK_PXA300_GCU>;
+	};
+
-- 
2.17.1


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

end of thread, other threads:[~2018-07-03 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-23 19:11 [PATCH 1/2] dt-bindings: video: fbdev: add devicetree bindings for pxa3xx-gcu Daniel Mack
2018-06-23 19:11 ` [PATCH 2/2] video: fbdev: pxa3xx_gcu: add devicetree bindings Daniel Mack
2018-06-25 19:38   ` Robert Jarzmik
2018-07-03 20:14 ` [PATCH 1/2] dt-bindings: video: fbdev: add devicetree bindings for pxa3xx-gcu Rob Herring

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).