summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2019-11-15 10:35:04 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:58:54 +0800
commit92ec3526fc248930e14d3860743264ff2ddfd6d3 (patch)
tree7e3908361418c72fbdee69b8521fae3792765561 /Documentation/devicetree/bindings/display
parent0f332579595db4324fb29ec01c1289c160916bc2 (diff)
dt-bindings: display: imx: ldb: Add i.MX8qxp LDB dual channel mode documentation
i.MX8qxp LDB dual channel mode uses two LDB channels from two LDB instances, while all other LDB variants in other SoCs use two LDB channels from one LDB instance. This patch adds documentation for the special case of i.MX8qxp LDB dual channel mode. Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r--Documentation/devicetree/bindings/display/imx/ldb.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/ldb.txt b/Documentation/devicetree/bindings/display/imx/ldb.txt
index 3a2968315210..fb7ee4971d8b 100644
--- a/Documentation/devicetree/bindings/display/imx/ldb.txt
+++ b/Documentation/devicetree/bindings/display/imx/ldb.txt
@@ -22,6 +22,8 @@ Required properties:
- gpr : should be <&gpr> on i.MX53 and i.MX6q.
The phandle points to the iomuxc-gpr region containing the LVDS
control register.
+ - fsl,auxldb : phandle to auxiliary LDB which is used in dual channel mode.
+ Only required by i.MX8qxp.
- clocks, clock-names : phandles to the LDB divider and selector clocks and to
the display interface selector clocks or pixel and
bypass clocks as described in
@@ -39,6 +41,9 @@ Required properties:
The following clocks are expected on i.MX8qm and i.MX8qxp:
"pixel" - pixel clock
"bypass" - bypass clock
+ The following clocks are expected on i.MX8qxp:
+ "aux_pixel" - auxiliary pixel clock in dual channel mode
+ "aux_bypass" - auxiliary bypass clock in dual channel mode
The needed clock numbers for each are documented in
Documentation/devicetree/bindings/clock/imx5-clock.txt, and in
Documentation/devicetree/bindings/clock/imx6q-clock.txt, and in
@@ -55,7 +60,6 @@ Optional properties:
- fsl,dual-channel : boolean. if it exists, only LVDS channel 0 should
be configured - one input will be distributed on both outputs in dual
channel mode
- Currently, i.MX8qxp doesn't support dual channel mode.
LVDS Channel
============