Hi All,
This patches are part of series [1], where patch 1/2 was missed to be applied
before YAML conversation and patch 2/2 was never applied.
I have restored the Acks for patch 1/2 and patch 2/2 is unchanged.
[1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=329853
Cheers,
Prabhakar
Lad Prabhakar (2):
dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
2 files changed, 2 insertions(+)
--
2.17.1
Document RZ/G1H (R8A7742) SoC bindings.
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Marian-Cristian Rotariu <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Yoshihiro Shimoda <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
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 5407c11e92a4..3c2fa2e93d1b 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
--
2.17.1
On Tue, Oct 06, 2020 at 09:19:08AM +0100, Lad Prabhakar wrote:
> Hi All,
>
> This patches are part of series [1], where patch 1/2 was missed to be applied
> before YAML conversation and patch 2/2 was never applied.
>
> I have restored the Acks for patch 1/2 and patch 2/2 is unchanged.
>
> [1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=329853
>
> Cheers,
> Prabhakar
>
> Lad Prabhakar (2):
> dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
> dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
>
> Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
> Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
> 2 files changed, 2 insertions(+)
Applied, thanks.
Thierry