dt-bindings: display: panel: Document Samsung S6E3FA5 display panel
This commit is contained in:
parent
73e0c82858
commit
3ea414062d
1 changed files with 55 additions and 0 deletions
|
|
@ -0,0 +1,55 @@
|
|||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/display/panel/samsung,s6e3fa5.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Samsung S6E3FA5 AMOLED panel with command mode DSI controller
|
||||
|
||||
maintainers:
|
||||
- Jami Kettunen <jami.kettunen@somainline.org>
|
||||
|
||||
description: |+
|
||||
This panel is found on the OnePlus 3T as well as OnePlus 5,
|
||||
however on the 3T it runs in video mode while this driver
|
||||
currently only support the command mode variant found on the
|
||||
5.
|
||||
|
||||
allOf:
|
||||
- $ref: panel-common.yaml#
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: samsung,s6e3fa5
|
||||
reg: true
|
||||
reset-gpios: true
|
||||
disp-te-gpios: true
|
||||
vddio-supply:
|
||||
description: vddio supply
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
- vddio-supply
|
||||
- reset-gpios
|
||||
- disp-te-gpios
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
dsi {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
panel@0 {
|
||||
reg = <0>;
|
||||
|
||||
compatible = "samsung,s6e3fa5";
|
||||
|
||||
vddio-supply = <&vreg_l14a_1p88>;
|
||||
reset-gpios = <&tlmm 94 GPIO_ACTIVE_LOW>;
|
||||
disp-te-gpios = <&tlmm 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue