From: Rob Herring <robh@kernel.org>
To: "Kumar, Udit" <u-kumar1@ti.com>
Cc: "Raghavendra, Vignesh" <vigneshr@ti.com>,
Harikrishna Shenoy <h-shenoy@ti.com>,
neil.armstrong@linaro.org, jessica.zhang@oss.qualcomm.com,
airlied@gmail.com, simona@ffwll.ch,
maarten.lankhorst@linux.intel.com, mripard@kernel.org,
tzimmermann@suse.de, krzk+dt@kernel.org, conor+dt@kernel.org,
nm@ti.com, kristo@kernel.org, thierry.reding@gmail.com,
sam@ravnborg.org, dri-devel@lists.freedesktop.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
s-jain1@ti.com, devarsht@ti.com
Subject: Re: [RFC PATCH 1/3] devicetree: bindings: dsiplay: panel: panel-simple.yaml: Add Raspberry pi dsi panel compatible
Date: Wed, 20 Aug 2025 18:35:42 -0500 [thread overview]
Message-ID: <20250820233542.GA1691241-robh@kernel.org> (raw)
In-Reply-To: <0268561b-8a3b-4508-bd28-3b47f5a8b754@ti.com>
On Tue, Aug 19, 2025 at 11:22:42AM +0530, Kumar, Udit wrote:
>
> On 8/19/2025 10:46 AM, Raghavendra, Vignesh wrote:
> >
> > On 8/19/2025 10:24 AM, Kumar, Udit wrote:
> > > On 8/18/2025 9:17 PM, Harikrishna Shenoy wrote:
> > > > Add RPi DSI panel[0] as a valid compatible for simple-panel.
> > > >
> > > > [0]: https://www.raspberrypi.com/products/raspberry-pi-touch-display/
> > $subject has typo s/dsiplay/display and s/dsi/DSI
> > (use a spellcheck with your editor).
> >
> > Also follow the existing prefix convention for the file (run
> > git log --oneline to figure out the right prefix)
> >
> > > > Signed-off-by: Harikrishna Shenoy <h-shenoy@ti.com>
> > > > ---
> > > > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
> > > > 1 file changed, 2 insertions(+)
> > > >
> > > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-
> > > > simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-
> > > > simple.yaml
> > > > index 1ac1f0219079..65f486f2bc9d 100644
> > > > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> > > > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> > > > @@ -268,6 +268,8 @@ properties:
> > > > - rocktech,rk070er9427
> > > > # Rocktech Display Ltd. RK043FN48H 4.3" 480x272 LCD-TFT panel
> > > > - rocktech,rk043fn48h
> > > > + # Raspberry, 7" dsi panel
> > > > + - rpi,7inch-dsi
> > > Hello Hari,
> > >
> > > Driver changes should come first to match new compatible before device
> > > tree changes.
> > No, there isnt a driver update that I can see in the current series. But
>
> correct current series does not have driver changes.
>
> I would expect driver changes as well, which should come before device tree.
If you rely on that, then you are likely breaking the ABI. Please don't
submit any DT related patches until you understand that.
You must define the ABI first, then add users of that ABI. Users are
both .dts files and drivers. It is that simple.
Rob
next prev parent reply other threads:[~2025-08-20 23:35 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-18 15:47 [RFC PATCH 0/3] Add DSI and Raspberry Pi panel support Harikrishna Shenoy
2025-08-18 15:47 ` [RFC PATCH 1/3] devicetree: bindings: dsiplay: panel: panel-simple.yaml: Add Raspberry pi dsi panel compatible Harikrishna Shenoy
2025-08-19 1:24 ` Dmitry Baryshkov
2025-08-20 5:36 ` Harikrishna Shenoy
2025-08-20 10:04 ` Raghavendra, Vignesh
[not found] ` <c1edadf5-538c-43f6-aea4-8fa9f9c5aa13@ti.com>
2025-08-21 10:46 ` Dmitry Baryshkov
2025-08-19 4:54 ` Kumar, Udit
2025-08-19 5:16 ` Raghavendra, Vignesh
2025-08-19 5:52 ` Kumar, Udit
2025-08-19 6:46 ` Krzysztof Kozlowski
2025-08-20 23:35 ` Rob Herring [this message]
2025-08-19 6:45 ` Krzysztof Kozlowski
2025-08-19 6:45 ` Krzysztof Kozlowski
2025-08-18 15:47 ` [RFC PATCH 2/3] arm64: dts: ti: k3-j721e-main: Add DSI and DPHY-TX Harikrishna Shenoy
2025-08-19 5:02 ` Kumar, Udit
2025-08-18 15:47 ` [RFC PATCH 3/3] arm64: dts: ti: k3-j721e-beagleboneai64: Add DSI RPi Panel Harikrishna Shenoy
2025-08-19 5:13 ` Kumar, Udit
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=20250820233542.GA1691241-robh@kernel.org \
--to=robh@kernel.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devarsht@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=h-shenoy@ti.com \
--cc=jessica.zhang@oss.qualcomm.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=nm@ti.com \
--cc=s-jain1@ti.com \
--cc=sam@ravnborg.org \
--cc=simona@ffwll.ch \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.de \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.com \
/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).