* [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support
@ 2018-07-30 11:49 Yoshihiro Shimoda
2018-07-30 15:18 ` Geert Uytterhoeven
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2018-07-30 11:49 UTC (permalink / raw)
To: thierry.reding, robh+dt, mark.rutland
Cc: linux-pwm, linux-renesas-soc, devicetree, Yoshihiro Shimoda
This patch adds bindings for R-Car E3. No driver update is needed.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
index 35a3b97..e1ef6af 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
@@ -12,6 +12,7 @@ Required Properties:
- "renesas,pwm-r8a7795": for R-Car H3
- "renesas,pwm-r8a7796": for R-Car M3-W
- "renesas,pwm-r8a77965": for R-Car M3-N
+ - "renesas,pwm-r8a77990": for R-Car E3
- "renesas,pwm-r8a77995": for R-Car D3
- reg: base address and length of the registers block for the PWM.
- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support
2018-07-30 11:49 [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support Yoshihiro Shimoda
@ 2018-07-30 15:18 ` Geert Uytterhoeven
2018-07-31 10:40 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-07-30 15:18 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: Thierry Reding, Rob Herring, Mark Rutland, Linux PWM List,
Linux-Renesas,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
On Mon, Jul 30, 2018 at 1:51 PM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds bindings for R-Car E3. No driver update is needed.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support
2018-07-30 11:49 [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support Yoshihiro Shimoda
2018-07-30 15:18 ` Geert Uytterhoeven
@ 2018-07-31 10:40 ` Simon Horman
2018-08-13 22:28 ` Rob Herring
2018-08-20 9:34 ` Thierry Reding
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-07-31 10:40 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: thierry.reding, robh+dt, mark.rutland, linux-pwm,
linux-renesas-soc, devicetree
On Mon, Jul 30, 2018 at 08:49:51PM +0900, Yoshihiro Shimoda wrote:
> This patch adds bindings for R-Car E3. No driver update is needed.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support
2018-07-30 11:49 [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support Yoshihiro Shimoda
2018-07-30 15:18 ` Geert Uytterhoeven
2018-07-31 10:40 ` Simon Horman
@ 2018-08-13 22:28 ` Rob Herring
2018-08-20 9:34 ` Thierry Reding
3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-08-13 22:28 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: thierry.reding, mark.rutland, linux-pwm, linux-renesas-soc,
devicetree
On Mon, Jul 30, 2018 at 08:49:51PM +0900, Yoshihiro Shimoda wrote:
> This patch adds bindings for R-Car E3. No driver update is needed.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support
2018-07-30 11:49 [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support Yoshihiro Shimoda
` (2 preceding siblings ...)
2018-08-13 22:28 ` Rob Herring
@ 2018-08-20 9:34 ` Thierry Reding
3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2018-08-20 9:34 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: robh+dt, mark.rutland, linux-pwm, linux-renesas-soc, devicetree
[-- Attachment #1: Type: text/plain, Size: 355 bytes --]
On Mon, Jul 30, 2018 at 08:49:51PM +0900, Yoshihiro Shimoda wrote:
> This patch adds bindings for R-Car E3. No driver update is needed.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-08-20 9:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-30 11:49 [PATCH] dt-bindings: pwm: rcar: Add bindings for R-Car E3 support Yoshihiro Shimoda
2018-07-30 15:18 ` Geert Uytterhoeven
2018-07-31 10:40 ` Simon Horman
2018-08-13 22:28 ` Rob Herring
2018-08-20 9:34 ` Thierry Reding
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).