1 The Exynos display port interface should be configured based on
2 the type of panel connected to it.
6 -dptx-phy node(defined inside dp-controller node)
8 For the DP-PHY initialization, we use the dptx-phy node.
9 Required properties for dptx-phy: deprecated, use phys and phy-names
11 Base address of DP PHY register.
12 -samsung,enable-mask: deprecated
13 The bit-mask used to enable/disable DP PHY.
15 For the Panel initialization, we read data from dp-controller node.
16 Required properties for dp-controller:
18 should be "samsung,exynos5-dp".
20 physical base address of the controller and length
21 of memory mapped region.
23 interrupt combiner values.
25 from common clock binding: handle to dp clock.
27 from common clock binding: Shall be "dp".
29 phandle to Interrupt combiner node.
31 from general PHY binding: the phandle for the PHY device.
33 from general PHY binding: Should be "dp".
35 Optional properties for dp-controller:
38 Progressive if defined, Interlaced if not defined
40 VSYNC polarity configuration.
41 High if defined, Low if not defined
43 HSYNC polarity configuration.
44 High if defined, Low if not defined
47 Indicates which GPIO should be used for hotplug
49 -video interfaces: Device node can contain video interface port
50 nodes according to [1].
51 - display-timings: timings for the connected panel as described by
52 Documentation/devicetree/bindings/display/panel/display-timing.txt
54 For the below properties, please refer to Analogix DP binding document:
55 * Documentation/devicetree/bindings/display/bridge/analogix_dp.txt
61 Deprecated properties for DisplayPort:
62 -interlaced: deprecated prop that can parsed from drm_display_mode.
63 -vsync-active-high: deprecated prop that can parsed from drm_display_mode.
64 -hsync-active-high: deprecated prop that can parsed from drm_display_mode.
65 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
66 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode.
67 -samsung,color-space: deprecated prop that can parsed from drm_display_info.
68 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
69 -samsung,link-rate: deprecated prop that can reading from monitor by dpcd method.
70 -samsung,lane-count: deprecated prop that can reading from monitor by dpcd method.
71 -samsung,hpd-gpio: deprecated name for hpd-gpios.
73 -------------------------------------------------------------------------------
79 compatible = "samsung,exynos5-dp";
80 reg = <0x145b0000 0x10000>;
82 interrupt-parent = <&combiner>;
83 clocks = <&clock 342>;
90 Board Specific portion:
93 native-mode = <&lcd_timing>;
94 lcd_timing: 1366x768 {
95 clock-frequency = <70589280>;
110 remote-endpoint = <&bridge_in>;