Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: add devicetree bindings for pxa300-gcu

This patch adds the binding documentation for the pxa300 gcu.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

authored by

Daniel Mack and committed by
Bartlomiej Zolnierkiewicz
cf925575 1ba0a59c

+17
+17
Documentation/devicetree/bindings/display/marvell,pxa300-gcu.txt
··· 1 + PXA3xx GCU Controller 2 + --------------------- 3 + 4 + Required properties: 5 + - compatible : "marvell,pxa300-gcu" 6 + - reg : should contain the register range (address and length). 7 + - interrupts : Controller interrupt. 8 + - clocks: phandle to the PXA specific input clock. 9 + 10 + Example for PXA300: 11 + 12 + display-controller@54000000 { 13 + compatible = "marvell,pxa300-gcu"; 14 + reg = <0x54000000 0x1000>; 15 + interrupts = <39>; 16 + clocks = <&clks CLK_PXA300_GCU>; 17 + };