-
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 tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/te…
…gra/linux into drm-next drm/panel: Changes for v4.7-rc1 This contains support for a bunch of new panels in the simple panel driver along with some cleanup and support for a new Analogix HDMI to DP bridge. * tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux: drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels drm/bridge: Add Analogix anx78xx support devicetree: Add ANX7814 SlimPort transmitter binding of: Add vendor prefix for Analogix Semiconductor drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register drm/panel: simple: Add support for Innolux AT070TN92 drm/panel: simple: Remove useless drm_mode_set_name() drm/panel: simple: Set appropriate mode type drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS drm/panel: simple: Add the 7" DPI panel from Adafruit of: Add vendor prefix for On Tat Industrial Company.
- Loading branch information
Showing
13 changed files
with
2,475 additions
and
1 deletion.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Documentation/devicetree/bindings/display/panel/innolux,at070tn92.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,7 @@ | ||
Innolux AT070TN92 7.0" WQVGA TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "innolux,at070tn92" | ||
|
||
This binding is compatible with the simple-panel binding, which is specified | ||
in simple-panel.txt in this directory. |
7 changes: 7 additions & 0 deletions
7
Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino-43-ts.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,7 @@ | ||
Olimex 4.3" TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "olimex,lcd-olinuxino-43-ts" | ||
|
||
This binding is compatible with the simple-panel binding, which is specified | ||
in simple-panel.txt in this directory. |
7 changes: 7 additions & 0 deletions
7
Documentation/devicetree/bindings/display/panel/ontat,yx700wv03.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,7 @@ | ||
On Tat Industrial Company 7" DPI TFT panel. | ||
|
||
Required properties: | ||
- compatible: should be "ontat,yx700wv03" | ||
|
||
This binding is compatible with the simple-panel binding, which is specified | ||
in simple-panel.txt in this directory. |
8 changes: 8 additions & 0 deletions
8
Documentation/devicetree/bindings/display/panel/tpk,f07a-0102.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,8 @@ | ||
TPK U.S.A. LLC Fusion 7" integrated projected capacitive touch display with, | ||
800 x 480 (WVGA) LCD panel. | ||
|
||
Required properties: | ||
- compatible: should be "tpk,f07a-0102" | ||
|
||
This binding is compatible with the simple-panel binding, which is specified | ||
in simple-panel.txt in this directory. |
8 changes: 8 additions & 0 deletions
8
Documentation/devicetree/bindings/display/panel/tpk,f10a-0102.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,8 @@ | ||
TPK U.S.A. LLC Fusion 10.1" integrated projected capacitive touch display with, | ||
1024 x 600 (WSVGA) LCD panel. | ||
|
||
Required properties: | ||
- compatible: should be "tpk,f10a-0102" | ||
|
||
This binding is compatible with the simple-panel binding, which is specified | ||
in simple-panel.txt in this directory. |
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
40 changes: 40 additions & 0 deletions
40
Documentation/devicetree/bindings/video/bridge/anx7814.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,40 @@ | ||
Analogix ANX7814 SlimPort (Full-HD Transmitter) | ||
----------------------------------------------- | ||
|
||
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter | ||
designed for portable devices. | ||
|
||
Required properties: | ||
|
||
- compatible : "analogix,anx7814" | ||
- reg : I2C address of the device | ||
- interrupt-parent : Should be the phandle of the interrupt controller | ||
that services interrupts for this device | ||
- interrupts : Should contain the INTP interrupt | ||
- hpd-gpios : Which GPIO to use for hpd | ||
- pd-gpios : Which GPIO to use for power down | ||
- reset-gpios : Which GPIO to use for reset | ||
|
||
Optional properties: | ||
|
||
- dvdd10-supply : Regulator for 1.0V digital core power. | ||
- Video port for HDMI input, using the DT bindings defined in [1]. | ||
|
||
[1]: Documentation/devicetree/bindings/media/video-interfaces.txt | ||
|
||
Example: | ||
|
||
anx7814: anx7814@38 { | ||
compatible = "analogix,anx7814"; | ||
reg = <0x38>; | ||
interrupt-parent = <&gpio0>; | ||
interrupts = <99 IRQ_TYPE_LEVEL_LOW>; /* INTP */ | ||
hpd-gpios = <&pio 36 GPIO_ACTIVE_HIGH>; | ||
pd-gpios = <&pio 33 GPIO_ACTIVE_HIGH>; | ||
reset-gpios = <&pio 98 GPIO_ACTIVE_HIGH>; | ||
port { | ||
anx7814_in: endpoint { | ||
remote-endpoint = <&hdmi0_out>; | ||
}; | ||
}; | ||
}; |
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
Oops, something went wrong.