-
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.10-rc1' of git://anongit.freedesktop.org/t…
…egra/linux into drm-next drm/panel: Changes for v4.10-rc1 This adds support for a couple more panels to the simple-panel driver. There is also a fix for a long-standing bug, but it's not critical since no code will currently trigger it. * tag 'drm/panel/for-4.10-rc1' of git://anongit.freedesktop.org/tegra/linux: drm/panel: simple: Add support for AUO G185HAN01 drm/panel: simple: Add support for AUO G133HAN01 drm/panel: simple: Add more properties to Innolux G121I1-L01 drm/panel: simple: Add bits-per-component for Sharp LQ123P1JX31 drm/panel: simple: Check against num_timings when setting preferred for timing drm/panel: Add support for Chunghwa CLAA070WP03XG panel drm/panel: simple: Add NVD9128 as a simple panel drm/panel: simple: Add support for AUO T215HVN01 drm/panel: simple: Add support for Sharp LQ150X1LG11 panels dt-bindings: display: Add Sharp LQ150X1LG11 panel binding
- Loading branch information
Showing
8 changed files
with
265 additions
and
14 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
Documentation/devicetree/bindings/display/panel/auo,g133han01.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 @@ | ||
AU Optronics Corporation 13.3" FHD (1920x1080) TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "auo,g133han01" | ||
|
||
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/auo,g185han01.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 @@ | ||
AU Optronics Corporation 18.5" FHD (1920x1080) TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "auo,g185han01" | ||
|
||
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/auo,t215hvn01.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 @@ | ||
AU Optronics Corporation 21.5" FHD (1920x1080) color TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "auo,t215hvn01" | ||
|
||
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/chunghwa,claa070wp03xg.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 @@ | ||
Chunghwa Picture Tubes Ltd. 7" WXGA TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "chunghwa,claa070wp03xg" | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
New Vision Display 7.0" 800 RGB x 480 TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "nvd,9128" | ||
|
||
This binding is compatible with the simple-panel binding, which is specified | ||
in simple-panel.txt in this directory. |
36 changes: 36 additions & 0 deletions
36
Documentation/devicetree/bindings/display/panel/sharp,lq150x1lg11.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,36 @@ | ||
Sharp 15" LQ150X1LG11 XGA TFT LCD panel | ||
|
||
Required properties: | ||
- compatible: should be "sharp,lq150x1lg11" | ||
- power-supply: regulator to provide the VCC supply voltage (3.3 volts) | ||
|
||
Optional properties: | ||
- backlight: phandle of the backlight device | ||
- rlud-gpios: a single GPIO for the RL/UD (rotate 180 degrees) pin. | ||
- sellvds-gpios: a single GPIO for the SELLVDS pin. | ||
|
||
If rlud-gpios and/or sellvds-gpios are not specified, the RL/UD and/or SELLVDS | ||
pins are assumed to be handled appropriately by the hardware. | ||
|
||
Example: | ||
|
||
backlight: backlight { | ||
compatible = "pwm-backlight"; | ||
pwms = <&pwm 0 100000>; /* VBR */ | ||
|
||
brightness-levels = <0 20 40 60 80 100>; | ||
default-brightness-level = <2>; | ||
|
||
power-supply = <&vdd_12v_reg>; /* VDD */ | ||
enable-gpios = <&gpio 42 GPIO_ACTIVE_HIGH>; /* XSTABY */ | ||
}; | ||
|
||
panel { | ||
compatible = "sharp,lq150x1lg11"; | ||
|
||
power-supply = <&vcc_3v3_reg>; /* VCC */ | ||
|
||
backlight = <&backlight>; | ||
rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */ | ||
sellvds-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>; /* SELLVDS */ | ||
}; |
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