From: Neil Armstrong <neil.armstrong@linaro.org>
To: Marijn Suijten <marijn.suijten@somainline.org>,
Jessica Zhang <quic_jesszhan@quicinc.com>
Cc: Sam Ravnborg <sam@ravnborg.org>, David Airlie <airlied@gmail.com>,
Daniel Vetter <daniel@ffwll.ch>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: display: panel: Add Visionox R66451 AMOLED DSI panel bindings
Date: Mon, 22 May 2023 11:05:38 +0200 [thread overview]
Message-ID: <0d436948-b0b7-0727-0852-51f64aefa43f@linaro.org> (raw)
In-Reply-To: <dzekdzubv6y5evn4j62hnntjdexcdi5ar2wj6hcm3dffx5jei4@h32wgmfalzvl>
On 21/05/2023 12:30, Marijn Suijten wrote:
> On 2023-05-16 13:20:30, Jessica Zhang wrote:
>> Document the 1080x2340 Visionox R66451 AMOLED DSI panel bindings
>>
>> Signed-off-by: Jessica Zhang <quic_jesszhan@quicinc.com>
>> ---
>> .../bindings/display/panel/visionox,r66451.yaml | 59 ++++++++++++++++++++++
>> 1 file changed, 59 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/display/panel/visionox,r66451.yaml b/Documentation/devicetree/bindings/display/panel/visionox,r66451.yaml
>> new file mode 100644
>> index 000000000000..6ba323683921
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/display/panel/visionox,r66451.yaml
>> @@ -0,0 +1,59 @@
>> +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/display/panel/visionox,r66451.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Visionox R66451 AMOLED DSI Panel
>> +
>> +maintainers:
>> + - Jessica Zhang <quic_jesszhan@quicinc.com>
>> +
>> +allOf:
>> + - $ref: panel-common.yaml#
>> +
>> +properties:
>> + compatible:
>> + const: visionox,r66451
>> +
>> + reg:
>> + maxItems: 1
>> + description: DSI virtual channel
>> +
>> + vddio-supply: true
>> + vdd-supply: true
>> + port: true
>> + reset-gpios: true
>
> Normally for cmd-mode panels there is also a `disp-te` pin which is
> optionally registered in dsi_host.c as GPIOD_IN, but on **ALL** my Sony
> phones this breaks vsync (as in: mdp5 stops receiving the interrupt, but
> we can see disp-te in /proc/interrupts then).
Describing it as a gpio is wrong, it should be described as a pinctrl state instead.
Neil
>
> - Marijn
>
>> +additionalProperties: false
>> +
>> +required:
>> + - compatible
>> + - reg
>> + - vddio-supply
>> + - vdd-supply
>> + - reset-gpios
>> + - port
>> +
>> +examples:
>> + - |
>> + #include <dt-bindings/gpio/gpio.h>
>> + dsi {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> + panel@0 {
>> + compatible = "visionox,r66451";
>> + reg = <0>;
>> + vddio-supply = <&vreg_l12c_1p8>;
>> + vdd-supply = <&vreg_l13c_3p0>;
>> +
>> + reset-gpios = <&tlmm 24 GPIO_ACTIVE_LOW>;
>> +
>> + port {
>> + panel0_in: endpoint {
>> + remote-endpoint = <&dsi0_out>;
>> + };
>> + };
>> + };
>> + };
>> +...
>>
>> --
>> 2.40.1
>>
next prev parent reply other threads:[~2023-05-22 9:06 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-16 20:20 [PATCH 0/2] Add support for Visionox R66451 AMOLED DSI panel Jessica Zhang
2023-05-16 20:20 ` [PATCH 1/2] dt-bindings: display: panel: Add Visionox R66451 AMOLED DSI panel bindings Jessica Zhang
2023-05-17 8:12 ` Krzysztof Kozlowski
2023-05-21 10:30 ` Marijn Suijten
2023-05-22 9:05 ` Neil Armstrong [this message]
2023-05-22 14:51 ` Marijn Suijten
2023-05-26 7:42 ` Neil Armstrong
2023-05-29 12:05 ` Marijn Suijten
2023-05-16 20:20 ` [PATCH 2/2] drm/panel: Add driver for Visionox r66451 panel Jessica Zhang
2023-05-18 0:19 ` Dmitry Baryshkov
2023-05-18 22:17 ` Jessica Zhang
2023-05-18 22:37 ` Dmitry Baryshkov
2023-05-19 0:28 ` Jessica Zhang
2023-05-30 20:09 ` Jessica Zhang
2023-05-30 23:12 ` Dmitry Baryshkov
2023-05-31 17:45 ` Jessica Zhang
2023-05-21 10:28 ` Marijn Suijten
2023-05-23 20:33 ` Jessica Zhang
2023-05-25 22:28 ` Jessica Zhang
2023-05-26 7:32 ` Neil Armstrong
2023-05-29 12:09 ` Marijn Suijten
2023-05-30 17:43 ` Jessica Zhang
2023-05-22 9:10 ` Neil Armstrong
2023-05-22 13:47 ` Dmitry Baryshkov
2023-05-22 9:09 ` Neil Armstrong
2023-05-22 17:35 ` Jessica Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0d436948-b0b7-0727-0852-51f64aefa43f@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=airlied@gmail.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=quic_abhinavk@quicinc.com \
--cc=quic_jesszhan@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).