From: Rob Herring <robh@kernel.org>
To: David Heidelberg <david@ixit.cz>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
Jessica Zhang <jessica.zhang@oss.qualcomm.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Casey Connolly <casey.connolly@linaro.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
phone-devel@vger.kernel.org
Subject: Re: [PATCH 1/8] dt-bindings: panel: Add Samsung S6E3FC2X01 DDIC with panel
Date: Wed, 1 Oct 2025 20:06:29 -0500 [thread overview]
Message-ID: <20251002010629.GA2816459-robh@kernel.org> (raw)
In-Reply-To: <20250925-s6e3fc2x01-v1-1-9293016768f7@ixit.cz>
On Thu, Sep 25, 2025 at 11:12:47AM +0200, David Heidelberg wrote:
> Basic description for S6E3FC2X01 DDIC with attached panel AMS641RW.
>
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
> .../bindings/display/panel/samsung,s6e3fc2x01.yaml | 77 ++++++++++++++++++++++
> MAINTAINERS | 5 ++
> 2 files changed, 82 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/panel/samsung,s6e3fc2x01.yaml b/Documentation/devicetree/bindings/display/panel/samsung,s6e3fc2x01.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..489b6b52effe1e627ff5ef5891729c175ad71685
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/panel/samsung,s6e3fc2x01.yaml
> @@ -0,0 +1,77 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/panel/samsung,s6e3fc2x01.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Samsung S6E3FC2X01 AMOLED DDIC
> +
> +description: The S6E3FC2X01 is display driver IC with connected panel.
> +
> +maintainers:
> + - David Heidelberg <david@ixit.cz>
> +
> +allOf:
> + - $ref: panel-common.yaml#
> +
> +properties:
> + compatible:
> + const: samsung,s6e3fc2x01-ams641rw
On second thought, this doesn't even tell me the resolution of the
panel. The existing compatible you remove at least did that.
next prev parent reply other threads:[~2025-10-02 1:06 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 9:12 [PATCH 0/8] Add OnePlus 6T display (Samsung S6E3FC2X01 DDIC with AMS641RW panel) David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 9:12 ` [PATCH 1/8] dt-bindings: panel: Add Samsung S6E3FC2X01 DDIC with panel David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-10-02 1:00 ` Rob Herring (Arm)
2025-10-02 1:06 ` Rob Herring [this message]
2025-09-25 9:12 ` [PATCH 2/8] dt-bindings: display: panel-simple-dsi: Remove Samsung S6E3FC2 compatible David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 20:51 ` Dmitry Baryshkov
2025-10-02 1:05 ` Rob Herring
2025-09-25 9:12 ` [PATCH 3/8] arm64: dts: qcom: sdm845-oneplus: Describe panel vci and poc supplies David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 9:20 ` Konrad Dybcio
2025-09-25 9:12 ` [PATCH 4/8] arm64: dts: qcom: sdm845-oneplus-fajita: Reflect used panel in compatible David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 9:12 ` [PATCH 5/8] arm64: dts: qcom: sdm845-oneplus: Correct panel reset gpio polarity David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 19:34 ` Jens Reidel
2025-09-25 9:12 ` [PATCH 6/8] arm64: dts: qcom: sdm845-oneplus: Document TE gpio David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 9:21 ` Konrad Dybcio
2025-09-25 9:12 ` [PATCH 7/8] drm/panel: samsung-sofef00: Invert reset gpio polarity David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-25 21:00 ` Dmitry Baryshkov
2025-09-26 11:45 ` David Heidelberg
2025-09-25 9:12 ` [PATCH 8/8] drm/panel: Add Samsung S6E3FC2X01 DDIC with AMS641RW panel David Heidelberg
2025-09-25 9:12 ` David Heidelberg via B4 Relay
2025-09-27 19:37 ` kernel test robot
2025-09-25 9:37 ` [PATCH 0/8] Add OnePlus 6T display (Samsung S6E3FC2X01 DDIC with AMS641RW panel) Konrad Dybcio
2025-09-25 13:41 ` David Heidelberg
2025-09-25 14:12 ` Rob Herring (Arm)
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=20251002010629.GA2816459-robh@kernel.org \
--to=robh@kernel.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=casey.connolly@linaro.org \
--cc=conor+dt@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jessica.zhang@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=phone-devel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=simona@ffwll.ch \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.