From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Fabio Estevam <festevam@gmail.com>, neil.armstrong@linaro.org
Cc: marex@denx.de, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
jagan@amarulasolutions.com, inki.dae@samsung.com,
Fabio Estevam <festevam@denx.de>
Subject: Re: [PATCH v2] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml
Date: Mon, 3 Apr 2023 14:49:01 +0200 [thread overview]
Message-ID: <8f7f925f-638d-737c-bf47-2a66ce0eec59@linaro.org> (raw)
In-Reply-To: <20230403124458.198631-1-festevam@gmail.com>
On 03/04/2023 14:44, Fabio Estevam wrote:
> From: Jagan Teki <jagan@amarulasolutions.com>
>
> Samsung MIPI DSIM bridge can be found on Exynos and NXP's
> i.MX8M Mini/Nano/Plus SoCs.
>
> Convert exynos_dsim.txt to yaml.
>
> Used the example node from latest Exynos SoC instead of
> the one used in legacy exynos_dsim.txt.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
> Changes since v1:
> - Added samsung,mipi-dsim.yaml entry to MAINTAINERS file (Jagan)
> - Added Marek Szyprowski entry to the samsung,mipi-dsim.yaml maintainers section (Jagan)
> - Mention that i.MX8M Plus is also supported (Marek)
> - Remove endpoint@0 description as it only has one endpoint (Marek)
Where is the changelog from original submission? How your v1 differs
form it? Or did you just ignore all the feedback?
>
> .../display/bridge/samsung,mipi-dsim.yaml | 271 ++++++++++++++++++
> .../bindings/display/exynos/exynos_dsim.txt | 92 ------
> MAINTAINERS | 1 +
> 3 files changed, 272 insertions(+), 92 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
> delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt
>
> diff --git a/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml b/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
> new file mode 100644
> index 000000000000..2698752dc6ed
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
> @@ -0,0 +1,271 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/bridge/samsung,mipi-dsim.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Samsung MIPI DSIM bridge controller
> +
> +maintainers:
> + - Inki Dae <inki.dae@samsung.com>
> + - Jagan Teki <jagan@amarulasolutions.com>
> +
> +description: |
> + Samsung MIPI DSIM bridge controller can be found it on Exynos
> + and i.MX8M Mini/Nano/Plus SoC's.
> +
> +properties:
> + compatible:
> + enum:
> + - samsung,exynos3250-mipi-dsi
> + - samsung,exynos4210-mipi-dsi
> + - samsung,exynos5410-mipi-dsi
> + - samsung,exynos5422-mipi-dsi
> + - samsung,exynos5433-mipi-dsi
> + - fsl,imx8mm-mipi-dsim
> + - fsl,imx8mp-mipi-dsim
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + '#address-cells':
> + const: 1
> +
> + '#size-cells':
> + const: 0
> +
> + clocks:
> + minItems: 2
> + maxItems: 5
> +
> + clock-names:
> + minItems: 2
> + maxItems: 5
> +
> + phys:
> + maxItems: 1
> + description: phandle to the phy module representing the DPHY
OK, so you did ignore the feedback.
NAK, go through the feedback and implement it.
Best regards,
Krzysztof
next prev parent reply other threads:[~2023-04-03 12:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-03 12:44 [PATCH v2] dt-bindings: bridge: Convert Samsung MIPI DSIM bridge to yaml Fabio Estevam
2023-04-03 12:49 ` Krzysztof Kozlowski [this message]
2023-04-03 13:25 ` Fabio Estevam
2023-04-03 13:43 ` Krzysztof Kozlowski
2023-04-03 14:36 ` Jagan Teki
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=8f7f925f-638d-737c-bf47-2a66ce0eec59@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=festevam@denx.de \
--cc=festevam@gmail.com \
--cc=inki.dae@samsung.com \
--cc=jagan@amarulasolutions.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=marex@denx.de \
--cc=neil.armstrong@linaro.org \
--cc=robh+dt@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).