devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/fsl-dcu: update the panel dt binding document
@ 2016-06-28  9:39 Meng Yi
       [not found] ` <1467106748-19314-1-git-send-email-meng.yi-3arQi8VN3Tc@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Meng Yi @ 2016-06-28  9:39 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, shawnguo-DgEjT+Ai2ygdnm+yROfE0A,
	stefan-XLVq0VzYD2Y
  Cc: airlied-cv59FeDIM0c, emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w,
	jianwei.wang.chn-Re5JQEeQqe8AvxtiuMwx3w,
	alexander.stein-93q1YBGzJSMe9JSWTWOYM3xStJ4P+DSV,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Meng Yi

dropped the old "fsl,panel" property, using the of_graph dt
binding syntax

Signed-off-by: Meng Yi <meng.yi-3arQi8VN3Tc@public.gmane.org>
---
 Documentation/devicetree/bindings/display/fsl,dcu.txt | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/fsl,dcu.txt b/Documentation/devicetree/bindings/display/fsl,dcu.txt
index ae55cde..f44cf5b 100644
--- a/Documentation/devicetree/bindings/display/fsl,dcu.txt
+++ b/Documentation/devicetree/bindings/display/fsl,dcu.txt
@@ -12,7 +12,7 @@ Required properties:
 - clock-names:		Should be "dcu" and "pix"
 			See ../clocks/clock-bindings.txt for details.
 - big-endian		Boolean property, LS1021A DCU registers are big-endian.
-- fsl,panel:		The phandle to panel node.
+- port			Video port for the panel output
 
 Optional properties:
 - fsl,tcon:		The phandle to the timing controller node.
@@ -24,6 +24,11 @@ dcu: dcu@2ce0000 {
 	clocks = <&platform_clk 0>, <&platform_clk 0>;
 	clock-names = "dcu", "pix";
 	big-endian;
-	fsl,panel = <&panel>;
 	fsl,tcon = <&tcon>;
+
+	port: port@0 {
+		dcu_out: endpoint {
+			remote-endpoint = <&panel_out>;
+		};
+	};
 };
-- 
2.1.0.27.g96db324

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-06-29  5:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28  9:39 [PATCH 1/2] drm/fsl-dcu: update the panel dt binding document Meng Yi
     [not found] ` <1467106748-19314-1-git-send-email-meng.yi-3arQi8VN3Tc@public.gmane.org>
2016-06-28  9:39   ` [PATCH 2/2] drm/fsl-dcu: update panel syntax to of_graph dt binding Meng Yi
2016-06-28 21:07   ` [PATCH 1/2] drm/fsl-dcu: update the panel dt binding document Rob Herring
2016-06-28 21:18     ` Stefan Agner
     [not found]       ` <8e8820c0ccfa8e1348a038959da850f8-XLVq0VzYD2Y@public.gmane.org>
2016-06-29  2:58         ` Meng Yi
     [not found]           ` <HE1PR04MB1051B76708D9E3F0F3DB4C56EC230-6LN7OEpIatUZ5NoXM8MaPs9NdZoXdze2vxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2016-06-29  5:40             ` Stefan Agner

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