Lines Matching +full:dp +full:- +full:phy

5 	-dp-controller node
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
10 -reg: deprecated
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:
17 -compatible:
18 should be "samsung,exynos5-dp".
19 -reg:
22 -interrupts:
24 -clocks:
25 from common clock binding: handle to dp clock.
26 -clock-names:
27 from common clock binding: Shall be "dp".
28 -phys:
29 from general PHY binding: the phandle for the PHY device.
30 -phy-names:
31 from general PHY binding: Should be "dp".
33 Optional properties for dp-controller:
34 -interlaced:
37 -vsync-active-high:
40 -hsync-active-high:
43 -samsung,hpd-gpio:
47 -video interfaces: Device node can contain video interface port
49 - display-timings: timings for the connected panel as described by
50 Documentation/devicetree/bindings/display/panel/display-timing.txt
52 For the below properties, please refer to Analogix DP binding document:
53 * Documentation/devicetree/bindings/display/bridge/analogix,dp.yaml
54 -phys (required)
55 -phy-names (required)
56 -hpd-gpios (optional)
57 force-hpd (optional)
60 -interlaced: deprecated prop that can parsed from drm_display_mode.
61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode.
62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode.
63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode.
65 -samsung,color-space: deprecated prop that can parsed from drm_display_info.
66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
67 -samsung,link-rate: deprecated prop that can reading from monitor by dpcd method.
68 -samsung,lane-count: deprecated prop that can reading from monitor by dpcd method.
69 -samsung,hpd-gpio: deprecated name for hpd-gpios.
71 -------------------------------------------------------------------------------
76 dp-controller {
77 compatible = "samsung,exynos5-dp";
80 interrupt-parent = <&combiner>;
82 clock-names = "dp";
85 phy-names = "dp";
89 dp-controller {
90 display-timings {
91 native-mode = <&lcd_timing>;
93 clock-frequency = <70589280>;
96 hfront-porch = <40>;
97 hback-porch = <40>;
98 hsync-len = <32>;
99 vback-porch = <10>;
100 vfront-porch = <12>;
101 vsync-len = <6>;
108 remote-endpoint = <&bridge_in>;