From 8aea22fb2d57eb3bcd77631c91f69b6bbdc90821 Mon Sep 17 00:00:00 2001 From: Duc Nguyen Date: Wed, 27 Oct 2021 14:28:09 +0200 Subject: dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add device tree bindings for TPU with the PWM controller found on R-Car V3U SoCs. Signed-off-by: Duc Nguyen Signed-off-by: Wolfram Sang Acked-by: Rob Herring Signed-off-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart Acked-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml index 81ccb2110162..0171a04257b8 100644 --- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml @@ -38,6 +38,7 @@ properties: - renesas,tpu-r8a77965 # R-Car M3-N - renesas,tpu-r8a77970 # R-Car V3M - renesas,tpu-r8a77980 # R-Car V3H + - renesas,tpu-r8a779a0 # R-Car V3U - const: renesas,tpu reg: -- cgit v1.2.3 From 76c40c220f630f77475c8489f291e32189064e4b Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Wed, 27 Oct 2021 14:29:22 +0200 Subject: dt-bindings: pwm: tpu: Add R-Car M3-W+ device tree bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add device tree bindings for TPU found on R-Car M3-W+ SoCs. Reported-by: Geert Uytterhoeven Signed-off-by: Wolfram Sang Acked-by: Rob Herring Signed-off-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart Acked-by: Uwe Kleine-König Reviewed-by: Kieran Bingham Signed-off-by: Thierry Reding --- Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml index 0171a04257b8..1f5c6384182e 100644 --- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml @@ -35,6 +35,7 @@ properties: - renesas,tpu-r8a7794 # R-Car E2 - renesas,tpu-r8a7795 # R-Car H3 - renesas,tpu-r8a7796 # R-Car M3-W + - renesas,tpu-r8a77961 # R-Car M3-W+ - renesas,tpu-r8a77965 # R-Car M3-N - renesas,tpu-r8a77970 # R-Car V3M - renesas,tpu-r8a77980 # R-Car V3H -- cgit v1.2.3