[PATCH v4 01/11] drm/hisilicon: Add device tree binding for hi6220 display subsystem
From: robh@kernel.org (Rob Herring)
Date: 2016-02-08 20:12:46
Also in:
dri-devel, linux-devicetree
From: robh@kernel.org (Rob Herring)
Date: 2016-02-08 20:12:46
Also in:
dri-devel, linux-devicetree
On Sat, Feb 06, 2016 at 11:24:48AM +0800, Xinliang Liu wrote:
Add ADE display controller binding doc. Add DesignWare DSI Host Controller v1.20a binding doc.
One comment, otherwise: Acked-by: Rob Herring <robh@kernel.org>
+Board specific:
+ &dsi {
+ status = "ok";
+
+ ports {
+ /* 1 for output port */
+ port at 1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <1>;
+
+ /* 0 for bridge, other value for panel */The endpoint address would not change based on bridge or panel. So you can drop the unit address here.
+ dsi_out0: endpoint at 0 {
+ reg = <0>;
+ remote-endpoint = <&adv7533_in>;
+ };
+ };
+ };
+ };