Message ID | 1392204688-4591-10-git-send-email-a.hajda@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/Documentation/devicetree/bindings/panel/simple-panel.txt b/Documentation/devicetree/bindings/panel/simple-panel.txt index 1341bbf..4b1612e 100644 --- a/Documentation/devicetree/bindings/panel/simple-panel.txt +++ b/Documentation/devicetree/bindings/panel/simple-panel.txt @@ -8,6 +8,12 @@ Optional properties: - enable-gpios: GPIO pin to enable or disable the panel - backlight: phandle of the backlight device attached to the panel +The device node can contain one 'port' child node with one child +'endpoint' node, according to the bindings defined in [1]. This +node should describe panel's video bus. + +[1]: Documentation/devicetree/bindings/media/video-interfaces.txt + Example: panel: panel {
The bindings allow to create explicit link between devices providing video signal and the panel. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> --- Documentation/devicetree/bindings/panel/simple-panel.txt | 6 ++++++ 1 file changed, 6 insertions(+)