For 3.0.35_410 BSP please refer to igor's answer.
For 3.10 and later BSP release, please modify the device tree according the binding guide.
Documentation/devicetree/bindings/video/fsl,ldb.txt
13
14 Required properties:
15 - compatible: Should be "fsl,<soc>-ldb".
16 - #address-cells: Must be <1>.
17 - #size-cells: Must be <0>.
18 - gpr: gpr is the phandle to general purpose register node.
19 - clocks: The clocks provided by the SoC to LDB, including ldb_di0/1,
20 dix_sel, ldb_di0/1_div_3_5, ldb_di0/1_div_7 and ldb_di0/1_div_sel
21 clocks.
22 - clock-names: Must contain entries for each entry in clocks.
23
24 Optional properties:
25 - ext-ref: Provide this bool property if your LDB uses an external
26 reference resistor for bandgap.
27 - split-mode: Provide this bool property if your board uses LDB split
28 mode to drive a high resolution display, say 1080P@60. In this
29 mode, two LVDS channels will drive one display.
30 - dual-mode: Provide this bool property if your board uses LDB dual
31 mode to drive two displays. In this mode, one display engine will
32 drive two displays which have the same timings and display content.
33