All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: david@ixit.cz, 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 2/8] dt-bindings: display: panel-simple-dsi: Remove Samsung S6E3FC2 compatible
Date: Wed, 1 Oct 2025 20:05:12 -0500	[thread overview]
Message-ID: <20251002010512.GA2810258-robh@kernel.org> (raw)
In-Reply-To: <mdgdqm4qurstamxyt4nvkrabf2k57sf6so7qp7plmhtpqh4qtk@vohj4ofwhyt7>

On Thu, Sep 25, 2025 at 11:51:47PM +0300, Dmitry Baryshkov wrote:
> On Thu, Sep 25, 2025 at 11:12:48AM +0200, David Heidelberg via B4 Relay wrote:
> > From: David Heidelberg <david@ixit.cz>
> > 
> > Follow up commit introduce the proper device tree definition for the DDIC.
> 
> And the reason being?
> 
> > 
> > Signed-off-by: David Heidelberg <david@ixit.cz>
> > ---
> >  Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
> > index 9b92a05791ccf99061ab7a1e01937bb832a96fe6..6c1249a224c8a170b33fd3f331f985f16914cb2c 100644
> > --- a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
> > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml
> > @@ -56,8 +56,6 @@ properties:
> >        - panasonic,vvx10f034n00
> >          # Samsung s6e3fa7 1080x2220 based AMS559NK06 AMOLED panel
> >        - samsung,s6e3fa7-ams559nk06
> > -        # Samsung s6e3fc2x01 1080x2340 AMOLED panel
> > -      - samsung,s6e3fc2x01

If this is already in use, you can't just remove it. In the end, 
compatible is just a unique id. So if this referred to a specific panel 
used, then we are stuck with it even if the naming is not ideal.

Rob

  reply	other threads:[~2025-10-02  1:05 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
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 [this message]
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=20251002010512.GA2810258-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=dmitry.baryshkov@oss.qualcomm.com \
    --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.