From: "Chunfeng Yun (云春峰)" <Chunfeng.Yun@mediatek.com>
To: "jstephan@baylibre.com" <jstephan@baylibre.com>,
"krzysztof.kozlowski@linaro.org" <krzysztof.kozlowski@linaro.org>
Cc: "linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"kishon@kernel.org" <kishon@kernel.org>,
"chunkuang.hu@kernel.org" <chunkuang.hu@kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"robh@kernel.org" <robh@kernel.org>,
"Andy Hsieh (謝智皓)" <Andy.Hsieh@mediatek.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"krzysztof.kozlowski+dt@linaro.org"
<krzysztof.kozlowski+dt@linaro.org>,
"vkoul@kernel.org" <vkoul@kernel.org>,
"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
"fsylvestre@baylibre.com" <fsylvestre@baylibre.com>,
"linux-phy@lists.infradead.org" <linux-phy@lists.infradead.org>,
"angelogioacchino.delregno@collabora.com"
<angelogioacchino.delregno@collabora.com>
Subject: Re: [PATCH v2 1/2] dt-bindings: phy: add mediatek mipi csi driver v 0.5
Date: Thu, 25 May 2023 07:09:34 +0000 [thread overview]
Message-ID: <60ee0c015eabc83bc5a7ed89932e4ee8daf1c1e1.camel@mediatek.com> (raw)
In-Reply-To: <4yppinkucchwnwtnnpbqdn4bejmntjq3q6mx6es55f2pwyce3c@qdhdks47lpyt>
On Tue, 2023-05-16 at 11:41 +0200, Julien Stephan wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>
>
> On Tue, May 16, 2023 at 10:07:47AM +0200, Krzysztof Kozlowski wrote:
> > On 15/05/2023 11:05, Julien Stephan wrote:
> > > From: Florian Sylvestre <fsylvestre@baylibre.com>
> > >
> > > This adds the bindings, for the MIPI CD-PHY module v 0.5 embedded
> > > in
> > > some Mediatek soc, such as the mt8365
> > >
> > > Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com>
> > > Signed-off-by: Julien Stephan <jstephan@baylibre.com>
> >
> > What are the changes? IOW: changelog here or in cover letter.
> >
>
> Hi Krzysztof,
> I added a changelog in the cover letter, but I will try to be more
> descritpive next time. Changes from v1 are mainly style issues fixed
> (mostly from your first review)
>
> > Subject: you have some multiple spaces.
> >
> > Subject: drop driver. Bindings are not for drivers.
> >
> > > ---
> > > .../phy/mediatek,phy-mipi-csi-0-5.yaml | 62
> > > +++++++++++++++++++
> > > MAINTAINERS | 6 ++
> > > 2 files changed, 68 insertions(+)
> > > create mode 100644
> > > Documentation/devicetree/bindings/phy/mediatek,phy-mipi-csi-0-
> > > 5.yaml
> > >
> > > diff --git a/Documentation/devicetree/bindings/phy/mediatek,phy-
> > > mipi-csi-0-5.yaml
> > > b/Documentation/devicetree/bindings/phy/mediatek,phy-mipi-csi-0-
> > > 5.yaml
> > > new file mode 100644
> > > index 000000000000..5aa8c0b41cdf
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/phy/mediatek,phy-mipi-
> > > csi-0-5.yaml
> > > @@ -0,0 +1,62 @@
> > > +# SPDX-License-Identifier: (GPL-2.0-Only OR BSD-2-Clause)
> > > +%YAML 1.2
> > > +---
> > > +$id:
> > > https://urldefense.com/v3/__http://devicetree.org/schemas/phy/mediatek,phy-mipi-csi-0-5.yaml*__;Iw!!CTRNKA9wMg0ARbw!kUABjbQO6-_jrANKiqoLPxZkh_0LAplQwlgCG9lhmCKm2ec8pCItYUB3-zQ2PGBnlAcgsBhwrOgi5qeilrddZ5s$
> > > +$schema:
> > > https://urldefense.com/v3/__http://devicetree.org/meta-schemas/core.yaml*__;Iw!!CTRNKA9wMg0ARbw!kUABjbQO6-_jrANKiqoLPxZkh_0LAplQwlgCG9lhmCKm2ec8pCItYUB3-zQ2PGBnlAcgsBhwrOgi5qeiABoSu-M$
> > > +
> > > +title: Mediatek Sensor Interface MIPI CSI CD-PHY
> > > +
> > > +maintainers:
> > > + - Julien Stephan <jstephan@baylibre.com>
> > > + - Andy Hsieh <andy.hsieh@mediatek.com>
> > > +
> > > +description:
> > > + The SENINF CD-PHY is a set of CD-PHY connected to the SENINF
> > > CSI-2
> > > + receivers. The number of PHYs depends on the SoC model.
> > > + Depending on the soc model, each PHYs can support CDPHY or
> > > DPHY only
> > > +
> > > +properties:
> > > + compatible:
> > > + enum:
> > > + - mediatek,phy-mipi-csi-0-5
> >
> > SoC based compatibles. 0-5 is odd.
> >
> > > +
> > > + reg:
> > > + maxItems: 1
> > > +
> > > + '#phy-cells':
> > > + const: 0
> > > +
> > > + mediatek,is_cdphy:
> >
> > No underscores in node names.
> >
> > > + description:
> > > + Specify if the current phy support CDPHY configuration
> >
> > Why this cannot be implied from compatible? Add specific
> > compatibles.
> >
> >
>
> This cannot be implied by compatible because the number of phys
> depends
> on the soc and each phy can be either D-PHY only or CD-PHY capable.
> For example mt8365 has 2 phy: CSI0 and CSI1. CSI1 is DPHY only and
> CSI0 is CD-PHY
Do the user need to know which type phy he will use?
>
> Regards,
> Julien
> > > + type: boolean
> > > +
> > > +required:
> > > + - compatible
> > > + - reg
> > > + - '#phy-cells'
> > > +
> > > +additionalProperties: false
> > > +
> > > +examples:
> > > + - |
> > > + soc {
> > > + #address-cells = <2>;
> > > + #size-cells = <2>;
> > > +
> > > + mipi_rx_csi0: mipi_rx_csi0@11c10000 {
> >
> > No underscores in node names. How this is v2?
> >
> > > + compatible = "mediatek,phy-mipi-csi-0-5";
> > > + reg = <0 0x11C10000 0 0x2000>;
> > > + status = "okay";
> >
> > Drop
> >
> > > + mediatek,is_cdphy;
> > > + #phy-cells = <0>;
> > > + };
> > > +
> > > + mipi_rx_csi1: mipi-rx-csi1@11c12000 {
> > > + compatible = "mediatek,phy-mipi-csi-0-5";
> > > + reg = <0 0x11C12000 0 0x2000>;
> > > + status = "disabled";
> >
> > ???
> >
> >
> > Best regards,
> > Krzysztof
> >
prev parent reply other threads:[~2023-05-25 7:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230515090551.1251389-1-jstephan@baylibre.com>
2023-05-15 9:05 ` [PATCH v2 1/2] dt-bindings: phy: add mediatek mipi csi driver v 0.5 Julien Stephan
2023-05-15 12:25 ` AngeloGioacchino Del Regno
2023-05-16 8:07 ` Krzysztof Kozlowski
2023-05-16 9:41 ` Julien Stephan
2023-05-16 12:56 ` Krzysztof Kozlowski
2023-05-16 17:00 ` Kevin Hilman
2023-05-16 17:46 ` Krzysztof Kozlowski
2023-05-16 21:31 ` Kevin Hilman
2023-05-17 7:40 ` Krzysztof Kozlowski
2023-05-22 19:15 ` Kevin Hilman
2023-05-30 8:53 ` Krzysztof Kozlowski
2023-06-05 8:44 ` Julien Stephan
2023-06-08 13:49 ` Rob Herring
2023-05-25 7:09 ` Chunfeng Yun (云春峰) [this message]
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=60ee0c015eabc83bc5a7ed89932e4ee8daf1c1e1.camel@mediatek.com \
--to=chunfeng.yun@mediatek.com \
--cc=Andy.Hsieh@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunkuang.hu@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fsylvestre@baylibre.com \
--cc=jstephan@baylibre.com \
--cc=kishon@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-phy@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=vkoul@kernel.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).