aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-03-08 06:13:17 -0500
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-03-16 05:14:22 -0400
commit0d6c9a424498d7167b6c6759b58bd649e96dbf80 (patch)
tree76ffe7f246aafef34fcbed8861eb6a46125c570c
parentea9c260514c15f14d43a4c099646c44238dccf1e (diff)
gpu: ipu-v3: document valid IPUv3 compatibles and extend for i.MX6 QuadPlus
Document the valid compatible strings for the IPUv3. On i.MX6 QuadPlus the IPU needs to know which PRG has to be used for this IPU instance. Add a "fsl,prg" property containing a phandle pointing to the correct PRG device. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r--Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
index 62eb637630b5..fa01db7eb66c 100644
--- a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
+++ b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
@@ -21,13 +21,19 @@ Freescale i.MX IPUv3
21==================== 21====================
22 22
23Required properties: 23Required properties:
24- compatible: Should be "fsl,<chip>-ipu" 24- compatible: Should be "fsl,<chip>-ipu" where <chip> is one of
25 - imx51
26 - imx53
27 - imx6q
28 - imx6qp
25- reg: should be register base and length as documented in the 29- reg: should be register base and length as documented in the
26 datasheet 30 datasheet
27- interrupts: Should contain sync interrupt and error interrupt, 31- interrupts: Should contain sync interrupt and error interrupt,
28 in this order. 32 in this order.
29- resets: phandle pointing to the system reset controller and 33- resets: phandle pointing to the system reset controller and
30 reset line index, see reset/fsl,imx-src.txt for details 34 reset line index, see reset/fsl,imx-src.txt for details
35Additional required properties for fsl,imx6qp-ipu:
36- fsl,prg: phandle to prg node associated with this IPU instance
31Optional properties: 37Optional properties:
32- port@[0-3]: Port nodes with endpoint definitions as defined in 38- port@[0-3]: Port nodes with endpoint definitions as defined in
33 Documentation/devicetree/bindings/media/video-interfaces.txt. 39 Documentation/devicetree/bindings/media/video-interfaces.txt.