From: Rob Herring <robh@kernel.org>
To: Shengyang Chen <shengyang.chen@starfivetech.com>
Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
andrzej.hajda@intel.com, neil.armstrong@linaro.org,
rfoss@kernel.org, Laurent.pinchart@ideasonboard.com,
jonas@kwiboo.se, jernej.skrabec@gmail.com,
maarten.lankhorst@linux.intel.com, mripard@kernel.org,
tzimmermann@suse.de, airlied@gmail.com, daniel@ffwll.ch,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
p.zabel@pengutronix.de, tomi.valkeinen@ideasonboard.com,
r-ravikumar@ti.com, rdunlap@infradead.org,
u.kleine-koenig@pengutronix.de, bbrezillon@kernel.org,
changhuang.liang@starfivetech.com, keith.zhao@starfivetech.com,
jack.zhu@starfivetech.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: display: bridge: cdns: Add properties to support StarFive JH7110 SoC
Date: Tue, 28 Nov 2023 09:52:22 -0600 [thread overview]
Message-ID: <20231128155222.GA3319844-robh@kernel.org> (raw)
In-Reply-To: <20231127113436.57361-2-shengyang.chen@starfivetech.com>
On Mon, Nov 27, 2023 at 07:34:35PM +0800, Shengyang Chen wrote:
> From: Keith Zhao <keith.zhao@starfivetech.com>
>
> Add properties in CDNS DSI yaml file to match with
> CDNS DSI module in StarFive JH7110 SoC.
>
> Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
> ---
> .../bindings/display/bridge/cdns,dsi.yaml | 38 ++++++++++++++++++-
> 1 file changed, 36 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml b/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
> index 23060324d16e..3f02ee383aad 100644
> --- a/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
> @@ -17,6 +17,7 @@ properties:
> enum:
> - cdns,dsi
> - ti,j721e-dsi
> + - starfive,cdns-dsi
>
> reg:
> minItems: 1
> @@ -27,14 +28,20 @@ properties:
> Register block for wrapper settings registers in case of TI J7 SoCs.
>
> clocks:
> + minItems: 2
> items:
> - description: PSM clock, used by the IP
> - description: sys clock, used by the IP
> + - description: apb clock, used by the IP
> + - description: txesc clock, used by the IP
>
> clock-names:
> + minItems: 2
> items:
> - const: dsi_p_clk
> - const: dsi_sys_clk
> + - const: apb
> + - const: txesc
>
> phys:
> maxItems: 1
> @@ -46,10 +53,21 @@ properties:
> maxItems: 1
>
> resets:
> - maxItems: 1
> + minItems: 1
> + items:
> + - description: dsi sys reset line
> + - description: dsi dpi reset line
> + - description: dsi apb reset line
> + - description: dsi txesc reset line
> + - description: dsi txbytehs reset line
>
> reset-names:
> - const: dsi_p_rst
> + items:
> + - const: dsi_p_rst
> + - const: dsi_dpi
> + - const: dsi_apb
> + - const: dsi_txesc
> + - const: dsi_txbytehs
Let's not continue the redundant 'dsi_' prefix. We're stuck with it for
the first one, but not the new ones.
Rob
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Shengyang Chen <shengyang.chen@starfivetech.com>
Cc: andrzej.hajda@intel.com, tomi.valkeinen@ideasonboard.com,
dri-devel@lists.freedesktop.org,
Laurent.pinchart@ideasonboard.com,
krzysztof.kozlowski+dt@linaro.org, r-ravikumar@ti.com,
rfoss@kernel.org, jernej.skrabec@gmail.com,
u.kleine-koenig@pengutronix.de, devicetree@vger.kernel.org,
conor+dt@kernel.org, jonas@kwiboo.se, mripard@kernel.org,
neil.armstrong@linaro.org, keith.zhao@starfivetech.com,
bbrezillon@kernel.org, rdunlap@infradead.org,
linux-kernel@vger.kernel.org, jack.zhu@starfivetech.com,
tzimmermann@suse.de, changhuang.liang@starfivetech.com
Subject: Re: [PATCH v1 1/2] dt-bindings: display: bridge: cdns: Add properties to support StarFive JH7110 SoC
Date: Tue, 28 Nov 2023 09:52:22 -0600 [thread overview]
Message-ID: <20231128155222.GA3319844-robh@kernel.org> (raw)
In-Reply-To: <20231127113436.57361-2-shengyang.chen@starfivetech.com>
On Mon, Nov 27, 2023 at 07:34:35PM +0800, Shengyang Chen wrote:
> From: Keith Zhao <keith.zhao@starfivetech.com>
>
> Add properties in CDNS DSI yaml file to match with
> CDNS DSI module in StarFive JH7110 SoC.
>
> Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
> ---
> .../bindings/display/bridge/cdns,dsi.yaml | 38 ++++++++++++++++++-
> 1 file changed, 36 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml b/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
> index 23060324d16e..3f02ee383aad 100644
> --- a/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
> @@ -17,6 +17,7 @@ properties:
> enum:
> - cdns,dsi
> - ti,j721e-dsi
> + - starfive,cdns-dsi
>
> reg:
> minItems: 1
> @@ -27,14 +28,20 @@ properties:
> Register block for wrapper settings registers in case of TI J7 SoCs.
>
> clocks:
> + minItems: 2
> items:
> - description: PSM clock, used by the IP
> - description: sys clock, used by the IP
> + - description: apb clock, used by the IP
> + - description: txesc clock, used by the IP
>
> clock-names:
> + minItems: 2
> items:
> - const: dsi_p_clk
> - const: dsi_sys_clk
> + - const: apb
> + - const: txesc
>
> phys:
> maxItems: 1
> @@ -46,10 +53,21 @@ properties:
> maxItems: 1
>
> resets:
> - maxItems: 1
> + minItems: 1
> + items:
> + - description: dsi sys reset line
> + - description: dsi dpi reset line
> + - description: dsi apb reset line
> + - description: dsi txesc reset line
> + - description: dsi txbytehs reset line
>
> reset-names:
> - const: dsi_p_rst
> + items:
> + - const: dsi_p_rst
> + - const: dsi_dpi
> + - const: dsi_apb
> + - const: dsi_txesc
> + - const: dsi_txbytehs
Let's not continue the redundant 'dsi_' prefix. We're stuck with it for
the first one, but not the new ones.
Rob
next prev parent reply other threads:[~2023-11-28 15:52 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 11:34 [PATCH v1 0/2] Add StarFive JH7110 SoC DSI support Shengyang Chen
2023-11-27 11:34 ` Shengyang Chen
2023-11-27 11:34 ` [PATCH v1 1/2] dt-bindings: display: bridge: cdns: Add properties to support StarFive JH7110 SoC Shengyang Chen
2023-11-27 11:34 ` Shengyang Chen
2023-11-27 12:22 ` Krzysztof Kozlowski
2023-11-27 12:22 ` Krzysztof Kozlowski
2023-12-08 6:54 ` Shengyang Chen
2023-12-08 6:54 ` Shengyang Chen
2023-11-27 12:23 ` Krzysztof Kozlowski
2023-11-27 12:23 ` Krzysztof Kozlowski
2023-12-08 7:00 ` Shengyang Chen
2023-12-08 7:00 ` Shengyang Chen
2023-11-28 15:52 ` Rob Herring [this message]
2023-11-28 15:52 ` Rob Herring
2023-12-08 7:03 ` Shengyang Chen
2023-12-08 7:03 ` Shengyang Chen
2023-11-27 11:34 ` [PATCH v1 2/2] gpu: drm: bridge: cadence: Add a driver and platform ops for " Shengyang Chen
2023-11-27 11:34 ` Shengyang Chen
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=20231128155222.GA3319844-robh@kernel.org \
--to=robh@kernel.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=bbrezillon@kernel.org \
--cc=changhuang.liang@starfivetech.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jack.zhu@starfivetech.com \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=keith.zhao@starfivetech.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=p.zabel@pengutronix.de \
--cc=r-ravikumar@ti.com \
--cc=rdunlap@infradead.org \
--cc=rfoss@kernel.org \
--cc=shengyang.chen@starfivetech.com \
--cc=tomi.valkeinen@ideasonboard.com \
--cc=tzimmermann@suse.de \
--cc=u.kleine-koenig@pengutronix.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.