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

Commit c5fe557d authored by Daniel Vetter's avatar Daniel Vetter
Browse files

Merge branch 'topic/bxt-stage1' into drm-intel-next-queued



Separate topic branch for bxt didn't work out since we needed to
refactor the gmbus code a bit to make it look decent. So backmerge.

Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
parents 30154650 c776eb2e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@ the parent DSA node. The maximum number of allowed child nodes is 4
(DSA_MAX_SWITCHES).
Each of these switch child nodes should have the following required properties:

- reg			: Describes the switch address on the MII bus
- reg			: Contains two fields. The first one describes the
			  address on the MII bus. The second is the switch
			  number that must be unique in cascaded configurations
- #address-cells	: Must be 1
- #size-cells		: Must be 0

+7 −0
Original line number Diff line number Diff line
Ampire AM-800480R3TMQW-A1H 7.0" WVGA TFT LCD panel

Required properties:
- compatible: should be "ampire,am800480r3tmqwa1h"

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
AU Optronics Corporation 10.1" WSVGA TFT LCD panel

Required properties:
- compatible: should be "auo,b101ean01"

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
Innolux AT043TN24 4.3" WQVGA TFT LCD panel

Required properties:
- compatible: should be "innolux,at043tn24"

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
Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel

Required properties:
- compatible: should be "innolux,zj070na-01p"

This binding is compatible with the simple-panel binding, which is specified
in simple-panel.txt in this directory.
Loading