Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf15fabd authored by Dave Airlie's avatar Dave Airlie
Browse files

Merge tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/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.
parents 7d020672 227e4f40
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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.
Loading