linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
	Thierry Reding <thierry.reding@gmail.com>,
	Lee Jones <lee.jones@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-pwm@vger.kernel.org,
	Prabhakar <prabhakar.csengg@gmail.com>
Subject: Re: [PATCH 2/5] dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
Date: Thu, 6 Aug 2020 20:39:55 +0200	[thread overview]
Message-ID: <20200806183955.lmlwhsdrcpccwrkz@pengutronix.de> (raw)
In-Reply-To: <20200806183152.11809-3-prabhakar.mahadev-lad.rj@bp.renesas.com>

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

Hello,

On Thu, Aug 06, 2020 at 07:31:49PM +0100, Lad Prabhakar wrote:
> Document RZ/G1H (R8A7742) SoC bindings.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
> index daadde9ff9c4..8b22cb110f3f 100644
> --- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
> +++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
> @@ -13,6 +13,7 @@ properties:
>    compatible:
>      items:
>        - enum:
> +          - renesas,pwm-r8a7742   # RZ/G1H
>            - renesas,pwm-r8a7743   # RZ/G1M
>            - renesas,pwm-r8a7744   # RZ/G1N
>            - renesas,pwm-r8a7745   # RZ/G1E

The typical dts has:

	compatible = "renesas,pwm-r8a7742", "renesas,pwm-rcar";

so there is no need for a driver adaption.

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2020-08-06 18:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-06 18:31 [PATCH 0/5] r8a7742: Enable support for CMT, PWM and TPU Lad Prabhakar
2020-08-06 18:31 ` [PATCH 1/5] ARM: dts: r8a7742-iwg21d-q7: Enable cmt0 Lad Prabhakar
2020-08-07  8:41   ` Geert Uytterhoeven
2020-08-06 18:31 ` [PATCH 2/5] dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support Lad Prabhakar
2020-08-06 18:39   ` Uwe Kleine-König [this message]
2020-08-07  8:32   ` Geert Uytterhoeven
2020-08-17 11:28   ` Yoshihiro Shimoda
2020-08-17 22:10   ` Rob Herring
2020-08-06 18:31 ` [PATCH 3/5] ARM: dts: r8a7742: Add PWM SoC support Lad Prabhakar
2020-08-07  8:41   ` Geert Uytterhoeven
2020-08-06 18:31 ` [PATCH 4/5] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support Lad Prabhakar
2020-08-07  8:39   ` Geert Uytterhoeven
2020-08-17 22:10   ` Rob Herring
2020-08-06 18:31 ` [PATCH 5/5] ARM: dts: r8a7742: Add TPU support Lad Prabhakar
2020-08-07  8:41   ` Geert Uytterhoeven

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=20200806183955.lmlwhsdrcpccwrkz@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=yoshihiro.shimoda.uh@renesas.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).