-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-q…
…ueued Backmerge request by Jani to get at commit 249c4f5 Author: Deepak M <m.deepak@intel.com> Date: Wed Mar 30 17:03:39 2016 +0300 drm: Add new DCS commands in the enum list Some simple conflicts in intel_dp.c. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
- Loading branch information
Showing
1,208 changed files
with
94,729 additions
and
14,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
Documentation/devicetree/bindings/display/bridge/analogix_dp.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Analogix Display Port bridge bindings | ||
|
||
Required properties for dp-controller: | ||
-compatible: | ||
platform specific such as: | ||
* "samsung,exynos5-dp" | ||
* "rockchip,rk3288-dp" | ||
-reg: | ||
physical base address of the controller and length | ||
of memory mapped region. | ||
-interrupts: | ||
interrupt combiner values. | ||
-clocks: | ||
from common clock binding: handle to dp clock. | ||
-clock-names: | ||
from common clock binding: Shall be "dp". | ||
-interrupt-parent: | ||
phandle to Interrupt combiner node. | ||
-phys: | ||
from general PHY binding: the phandle for the PHY device. | ||
-phy-names: | ||
from general PHY binding: Should be "dp". | ||
|
||
Optional properties for dp-controller: | ||
-force-hpd: | ||
Indicate driver need force hpd when hpd detect failed, this | ||
is used for some eDP screen which don't have hpd signal. | ||
-hpd-gpios: | ||
Hotplug detect GPIO. | ||
Indicates which GPIO should be used for hotplug detection | ||
-port@[X]: SoC specific port nodes with endpoint definitions as defined | ||
in Documentation/devicetree/bindings/media/video-interfaces.txt, | ||
please refer to the SoC specific binding document: | ||
* Documentation/devicetree/bindings/display/exynos/exynos_dp.txt | ||
* Documentation/devicetree/bindings/video/analogix_dp-rockchip.txt | ||
|
||
[1]: Documentation/devicetree/bindings/media/video-interfaces.txt | ||
------------------------------------------------------------------------------- | ||
|
||
Example: | ||
|
||
dp-controller { | ||
compatible = "samsung,exynos5-dp"; | ||
reg = <0x145b0000 0x10000>; | ||
interrupts = <10 3>; | ||
interrupt-parent = <&combiner>; | ||
clocks = <&clock 342>; | ||
clock-names = "dp"; | ||
|
||
phys = <&dp_phy>; | ||
phy-names = "dp"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.