* [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel
[not found] <cover.1575903975.git.jsarha@ti.com>
@ 2019-12-09 15:45 ` Jyri Sarha
2019-12-19 18:51 ` Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Jyri Sarha @ 2019-12-09 15:45 UTC (permalink / raw)
To: dri-devel, devicetree; +Cc: tomi.valkeinen, thierry.reding, robh+dt
Add DT schema binding for Rocktech Displays Limited RK101II01D-CT
10.1" TFT 1280x800 Pixels with LVDS interface, LED Backlight and
capacitive touch panel.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
.../display/panel/rocktech,rk101ii01d-ct.yaml | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml
diff --git a/Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml b/Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml
new file mode 100644
index 000000000000..b37f89ca4bd0
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml
@@ -0,0 +1,48 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/display/panel/rocktech,rk101ii01d-ct.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Rocktech Displays Ltd RK101II01D-CT 10.1" TFT 1280x800 Pixels
+
+maintainers:
+ - Jyri Sarha <jsarha@ti.com>
+ - Thierry Reding <thierry.reding@gmail.com>
+
+allOf:
+ - $ref: panel-common.yaml#
+
+description: |
+ Rocktech Displays Limited RK101II01D-CT 10.1" TFT 1280x800 Pixels
+ with LVDS interface, LED Backlight and capacitive touch panel. For
+ touch screen details see "goodix,gt928" in:
+ Documentation/devicetree/bindings/input/touchscreen/goodix.txt
+
+properties:
+ compatible:
+ const: rocktech,rk101ii01d-ct
+
+ reset-gpios: true
+ enable-gpios: true
+ backlight: true
+ port: true
+
+required:
+ - compatible
+ - power-supply
+
+examples:
+ - |
+ display0 {
+ compatible = "rocktech,rk101ii01d-ct";
+ backlight = <&lcd_bl>;
+ enable-gpios = <&pca9555 8 GPIO_ACTIVE_HIGH>;
+ power-supply = <&dummy_supply>;
+
+ port {
+ lcd_in0: endpoint {
+ remote-endpoint = <&oldi_out0>;
+ };
+ };
+ };
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel
2019-12-09 15:45 ` [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel Jyri Sarha
@ 2019-12-19 18:51 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2019-12-19 18:51 UTC (permalink / raw)
To: Jyri Sarha; +Cc: dri-devel, devicetree, tomi.valkeinen, thierry.reding, robh+dt
On Mon, 9 Dec 2019 17:45:40 +0200, Jyri Sarha wrote:
> Add DT schema binding for Rocktech Displays Limited RK101II01D-CT
> 10.1" TFT 1280x800 Pixels with LVDS interface, LED Backlight and
> capacitive touch panel.
>
> Signed-off-by: Jyri Sarha <jsarha@ti.com>
> ---
> .../display/panel/rocktech,rk101ii01d-ct.yaml | 48 +++++++++++++++++++
> 1 file changed, 48 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,rk101ii01d-ct.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-19 19:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1575903975.git.jsarha@ti.com>
2019-12-09 15:45 ` [PATCH v2 1/2] dt-bindings: display: DT schema for rocktech,rk101ii01d-ct panel Jyri Sarha
2019-12-19 18:51 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).