2020-08-06 18:35:10

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH 0/5] r8a7742: Enable support for CMT, PWM and TPU

Hi All,

This patch series adds support for PWM and TPU to r8a7742 SoC dtsi
and enables CMT0 node for r8a7742-iwg21d-q7 board.

Cheers,
Prabhakar

Lad Prabhakar (5):
ARM: dts: r8a7742-iwg21d-q7: Enable cmt0
dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
ARM: dts: r8a7742: Add PWM SoC support
dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
ARM: dts: r8a7742: Add TPU support

.../bindings/pwm/renesas,pwm-rcar.yaml | 1 +
.../bindings/pwm/renesas,tpu-pwm.yaml | 1 +
arch/arm/boot/dts/r8a7742-iwg21d-q7.dts | 4 +
arch/arm/boot/dts/r8a7742.dtsi | 81 +++++++++++++++++++
4 files changed, 87 insertions(+)

--
2.17.1


2020-08-06 18:40:40

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH 4/5] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support

Document r8a7742 specific compatible strings. No driver change is
needed as the fallback compatible string "renesas,tpu" activates the
right code in the driver.

Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Marian-Cristian Rotariu <[email protected]>
---
Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index 4bf62a3d5bba..aa9a4570c906 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -15,6 +15,7 @@ properties:
- enum:
- renesas,tpu-r8a73a4 # R-Mobile APE6
- renesas,tpu-r8a7740 # R-Mobile A1
+ - renesas,tpu-r8a7742 # RZ/G1H
- renesas,tpu-r8a7743 # RZ/G1M
- renesas,tpu-r8a7744 # RZ/G1N
- renesas,tpu-r8a7745 # RZ/G1E
--
2.17.1

2020-08-07 08:41:54

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 4/5] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support

On Thu, Aug 6, 2020 at 8:32 PM Lad Prabhakar
<[email protected]> wrote:
> Document r8a7742 specific compatible strings. No driver change is
> needed as the fallback compatible string "renesas,tpu" activates the
> right code in the driver.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Marian-Cristian Rotariu <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2020-08-17 23:19:51

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 4/5] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support

On Thu, 06 Aug 2020 19:31:51 +0100, Lad Prabhakar wrote:
> Document r8a7742 specific compatible strings. No driver change is
> needed as the fallback compatible string "renesas,tpu" activates the
> right code in the driver.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Marian-Cristian Rotariu <[email protected]>
> ---
> Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>