- * [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
                     ` (2 more replies)
  2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
                   ` (5 subsequent siblings)
  6 siblings, 3 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
index 0681a4790cd62e23..75e5da6a7cc04bbd 100644
--- a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
@@ -48,11 +48,9 @@ properties:
               - renesas,gpio-r8a77995     # R-Car D3
           - const: renesas,rcar-gen3-gpio # R-Car Gen3 or RZ/G2
 
-      - items:
-          - const: renesas,gpio-r8a779a0  # R-Car V3U
-
       - items:
           - enum:
+              - renesas,gpio-r8a779a0     # R-Car V3U
               - renesas,gpio-r8a779f0     # R-Car S4-8
           - const: renesas,rcar-gen4-gpio # R-Car Gen4
 
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Geert Uytterhoeven
@ 2022-05-03 13:01   ` Krzysztof Kozlowski
  2022-05-04 19:37   ` Wolfram Sang
  2022-05-05 13:04   ` Bartosz Golaszewski
  2 siblings, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:01 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
@ 2022-05-04 19:37   ` Wolfram Sang
  2022-05-05 13:04   ` Bartosz Golaszewski
  2 siblings, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:37 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
On Mon, May 02, 2022 at 03:34:53PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
  2022-05-04 19:37   ` Wolfram Sang
@ 2022-05-05 13:04   ` Bartosz Golaszewski
  2 siblings, 0 replies; 26+ messages in thread
From: Bartosz Golaszewski @ 2022-05-05 13:04 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Wolfram Sang, Joerg Roedel, Will Deacon, Greg Kroah-Hartman,
	Wim Van Sebroeck, Guenter Roeck, Yoshihiro Shimoda,
	Laurent Pinchart, devicetree, dmaengine, open list:GPIO SUBSYSTEM,
	Linux-Renesas, linux-i2c, iommu, linux-serial, linux-watchdog
On Mon, May 2, 2022 at 3:35 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
> index 0681a4790cd62e23..75e5da6a7cc04bbd 100644
> --- a/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
> +++ b/Documentation/devicetree/bindings/gpio/renesas,rcar-gpio.yaml
> @@ -48,11 +48,9 @@ properties:
>                - renesas,gpio-r8a77995     # R-Car D3
>            - const: renesas,rcar-gen3-gpio # R-Car Gen3 or RZ/G2
>
> -      - items:
> -          - const: renesas,gpio-r8a779a0  # R-Car V3U
> -
>        - items:
>            - enum:
> +              - renesas,gpio-r8a779a0     # R-Car V3U
>                - renesas,gpio-r8a779f0     # R-Car S4-8
>            - const: renesas,rcar-gen4-gpio # R-Car Gen4
>
> --
> 2.25.1
>
Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
^ permalink raw reply	[flat|nested] 26+ messages in thread 
 
- * [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
  2022-05-02 13:34 ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
                     ` (2 more replies)
  2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
                   ` (4 subsequent siblings)
  6 siblings, 3 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  I2C on R-Car V3U also supports some extra features (e.g. Slave
Clock Stretch Select), which are supported by other R-Car Gen4 SoCs, but
not by any other R-Car Gen3 SoC.
Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
index c30107833a5145f9..f9929578c7613f07 100644
--- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
@@ -46,11 +46,11 @@ properties:
               - renesas,i2c-r8a77980     # R-Car V3H
               - renesas,i2c-r8a77990     # R-Car E3
               - renesas,i2c-r8a77995     # R-Car D3
-              - renesas,i2c-r8a779a0     # R-Car V3U
           - const: renesas,rcar-gen3-i2c # R-Car Gen3 and RZ/G2
 
       - items:
           - enum:
+              - renesas,i2c-r8a779a0     # R-Car V3U
               - renesas,i2c-r8a779f0     # R-Car S4-8
           - const: renesas,rcar-gen4-i2c # R-Car Gen4
 
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
@ 2022-05-03 13:01   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
  2022-05-04 19:51   ` Wolfram Sang
  2 siblings, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:01 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  I2C on R-Car V3U also supports some extra features (e.g. Slave
> Clock Stretch Select), which are supported by other R-Car Gen4 SoCs, but
> not by any other R-Car Gen3 SoC.
> 
> Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
@ 2022-05-04 19:38   ` Wolfram Sang
  2022-05-04 19:51   ` Wolfram Sang
  2 siblings, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 524 bytes --]
On Mon, May 02, 2022 at 03:34:54PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  I2C on R-Car V3U also supports some extra features (e.g. Slave
> Clock Stretch Select), which are supported by other R-Car Gen4 SoCs, but
> not by any other R-Car Gen3 SoC.
> 
> Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
@ 2022-05-04 19:51   ` Wolfram Sang
  2 siblings, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:51 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 492 bytes --]
On Mon, May 02, 2022 at 03:34:54PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  I2C on R-Car V3U also supports some extra features (e.g. Slave
> Clock Stretch Select), which are supported by other R-Car Gen4 SoCs, but
> not by any other R-Car Gen3 SoC.
> 
> Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Applied to for-next, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
 
- * [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
  2022-05-02 13:34 ` [PATCH 1/7] dt-bindings: gpio: renesas,rcar-gpio: " Geert Uytterhoeven
  2022-05-02 13:34 ` [PATCH 2/7] dt-bindings: i2c: renesas,rcar-i2c: " Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
                     ` (2 more replies)
  2022-05-02 13:34 ` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: " Geert Uytterhoeven
                   ` (3 subsequent siblings)
  6 siblings, 3 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
index 8854569ca3a6c949..786f85a97077d79c 100644
--- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
+++ b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
@@ -43,10 +43,10 @@ properties:
               - renesas,ipmmu-r8a77980 # R-Car V3H
               - renesas,ipmmu-r8a77990 # R-Car E3
               - renesas,ipmmu-r8a77995 # R-Car D3
-              - renesas,ipmmu-r8a779a0 # R-Car V3U
       - items:
           - enum:
-              - renesas,ipmmu-r8a779f0 # R-Car S4-8
+              - renesas,ipmmu-r8a779a0           # R-Car V3U
+              - renesas,ipmmu-r8a779f0           # R-Car S4-8
           - const: renesas,rcar-gen4-ipmmu-vmsa  # R-Car Gen4
 
   reg:
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
@ 2022-05-03 13:01   ` Krzysztof Kozlowski
  2022-05-04  8:37   ` Joerg Roedel
  2022-05-04 19:38   ` Wolfram Sang
  2 siblings, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:01 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
@ 2022-05-04  8:37   ` Joerg Roedel
  2022-05-04 19:38   ` Wolfram Sang
  2 siblings, 0 replies; 26+ messages in thread
From: Joerg Roedel @ 2022-05-04  8:37 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
On Mon, May 02, 2022 at 03:34:55PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  .../devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml         | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Joerg Roedel <jroedel@suse.de>
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
  2022-05-03 13:01   ` Krzysztof Kozlowski
  2022-05-04  8:37   ` Joerg Roedel
@ 2022-05-04 19:38   ` Wolfram Sang
  2 siblings, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Mon, May 02, 2022 at 03:34:55PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
 
- * [PATCH 4/7] dt-bindings: renesas,rcar-dmac: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2022-05-02 13:34 ` [PATCH 3/7] dt-bindings: iommu: renesas,ipmmu-vmsa: " Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-16 11:31   ` Vinod Koul
  2022-05-02 13:34 ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  6 siblings, 2 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../devicetree/bindings/dma/renesas,rcar-dmac.yaml     | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
index 7c6badf39921b660..7202cd68e7597dc2 100644
--- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.yaml
@@ -42,11 +42,10 @@ properties:
           - const: renesas,rcar-dmac
 
       - items:
-          - const: renesas,dmac-r8a779a0 # R-Car V3U
-
-      - items:
-          - const: renesas,dmac-r8a779f0 # R-Car S4-8
-          - const: renesas,rcar-gen4-dmac
+          - enum:
+              - renesas,dmac-r8a779a0     # R-Car V3U
+              - renesas,dmac-r8a779f0     # R-Car S4-8
+          - const: renesas,rcar-gen4-dmac # R-Car Gen4
 
   reg: true
 
@@ -121,7 +120,6 @@ if:
     compatible:
       contains:
         enum:
-          - renesas,dmac-r8a779a0
           - renesas,rcar-gen4-dmac
 then:
   properties:
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 4/7] dt-bindings: renesas,rcar-dmac: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: " Geert Uytterhoeven
@ 2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-16 11:31   ` Vinod Koul
  1 sibling, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:02 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  .../devicetree/bindings/dma/renesas,rcar-dmac.yaml     | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 4/7] dt-bindings: renesas,rcar-dmac: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: " Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
@ 2022-05-16 11:31   ` Vinod Koul
  1 sibling, 0 replies; 26+ messages in thread
From: Vinod Koul @ 2022-05-16 11:31 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
On 02-05-22, 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
Applied, thanks
-- 
~Vinod
^ permalink raw reply	[flat|nested] 26+ messages in thread 
 
- * [PATCH 5/7] dt-bindings: serial: renesas,hscif: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2022-05-02 13:34 ` [PATCH 4/7] dt-bindings: renesas,rcar-dmac: " Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
  2022-05-02 13:34 ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Geert Uytterhoeven
  2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
  6 siblings, 2 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/serial/renesas,hscif.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml
index d688a07a0e2970cd..87180d95cd4c5d14 100644
--- a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml
+++ b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml
@@ -51,12 +51,12 @@ properties:
               - renesas,hscif-r8a77980     # R-Car V3H
               - renesas,hscif-r8a77990     # R-Car E3
               - renesas,hscif-r8a77995     # R-Car D3
-              - renesas,hscif-r8a779a0     # R-Car V3U
           - const: renesas,rcar-gen3-hscif # R-Car Gen3 and RZ/G2
           - const: renesas,hscif           # generic HSCIF compatible UART
 
       - items:
           - enum:
+              - renesas,hscif-r8a779a0     # R-Car V3U
               - renesas,hscif-r8a779g0     # R-Car V4H
           - const: renesas,rcar-gen4-hscif # R-Car Gen4
           - const: renesas,hscif           # generic HSCIF compatible UART
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 5/7] dt-bindings: serial: renesas,hscif: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Geert Uytterhoeven
@ 2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
  1 sibling, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:02 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 5/7] dt-bindings: serial: renesas,hscif: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
@ 2022-05-04 19:38   ` Wolfram Sang
  1 sibling, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Mon, May 02, 2022 at 03:34:57PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
 
- * [PATCH 6/7] dt-bindings: serial: renesas,scif: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
                   ` (4 preceding siblings ...)
  2022-05-02 13:34 ` [PATCH 5/7] dt-bindings: serial: renesas,hscif: " Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
  2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
  6 siblings, 2 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/serial/renesas,scif.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
index 5d37f8f189fbe1d1..90fe45265fbc64cc 100644
--- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml
+++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
@@ -60,12 +60,12 @@ properties:
               - renesas,scif-r8a77980     # R-Car V3H
               - renesas,scif-r8a77990     # R-Car E3
               - renesas,scif-r8a77995     # R-Car D3
-              - renesas,scif-r8a779a0     # R-Car V3U
           - const: renesas,rcar-gen3-scif # R-Car Gen3 and RZ/G2
           - const: renesas,scif           # generic SCIF compatible UART
 
       - items:
           - enum:
+              - renesas,scif-r8a779a0     # R-Car V3U
               - renesas,scif-r8a779f0     # R-Car S4-8
           - const: renesas,rcar-gen4-scif # R-Car Gen4
           - const: renesas,scif           # generic SCIF compatible UART
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 6/7] dt-bindings: serial: renesas,scif: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Geert Uytterhoeven
@ 2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
  1 sibling, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:02 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 6/7] dt-bindings: serial: renesas,scif: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
@ 2022-05-04 19:38   ` Wolfram Sang
  1 sibling, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Mon, May 02, 2022 at 03:34:58PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
 
- * [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 [PATCH 0/7] dt-bindings: renesas: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
                   ` (5 preceding siblings ...)
  2022-05-02 13:34 ` [PATCH 6/7] dt-bindings: serial: renesas,scif: " Geert Uytterhoeven
@ 2022-05-02 13:34 ` Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
                     ` (2 more replies)
  6 siblings, 3 replies; 26+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 13:34 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog, Geert Uytterhoeven
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
index 77ee7c4b8067f506..1fa243052327bffe 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
@@ -59,11 +59,11 @@ properties:
               - renesas,r8a77980-wdt     # R-Car V3H
               - renesas,r8a77990-wdt     # R-Car E3
               - renesas,r8a77995-wdt     # R-Car D3
-              - renesas,r8a779a0-wdt     # R-Car V3U
           - const: renesas,rcar-gen3-wdt # R-Car Gen3 and RZ/G2
 
       - items:
           - enum:
+              - renesas,r8a779a0-wdt     # R-Car V3U
               - renesas,r8a779f0-wdt     # R-Car S4-8
           - const: renesas,rcar-gen4-wdt # R-Car Gen4
 
-- 
2.25.1
^ permalink raw reply related	[flat|nested] 26+ messages in thread
- * Re: [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
@ 2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
  2022-05-14 14:15   ` Guenter Roeck
  2 siblings, 0 replies; 26+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-03 13:02 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Krzysztof Kozlowski, Vinod Koul,
	Linus Walleij, Bartosz Golaszewski, Wolfram Sang, Joerg Roedel,
	Will Deacon, Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart
  Cc: devicetree, dmaengine, linux-gpio, linux-renesas-soc, linux-i2c,
	iommu, linux-serial, linux-watchdog
On 02/05/2022 15:34, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
@ 2022-05-04 19:38   ` Wolfram Sang
  2022-05-14 14:15   ` Guenter Roeck
  2 siblings, 0 replies; 26+ messages in thread
From: Wolfram Sang @ 2022-05-04 19:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Guenter Roeck,
	Yoshihiro Shimoda, Laurent Pinchart, devicetree, dmaengine,
	linux-gpio, linux-renesas-soc, linux-i2c, iommu, linux-serial,
	linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Mon, May 02, 2022 at 03:34:59PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply	[flat|nested] 26+ messages in thread 
- * Re: [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: R-Car V3U is R-Car Gen4
  2022-05-02 13:34 ` [PATCH 7/7] dt-bindings: watchdog: renesas,wdt: " Geert Uytterhoeven
  2022-05-03 13:02   ` Krzysztof Kozlowski
  2022-05-04 19:38   ` Wolfram Sang
@ 2022-05-14 14:15   ` Guenter Roeck
  2 siblings, 0 replies; 26+ messages in thread
From: Guenter Roeck @ 2022-05-14 14:15 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Krzysztof Kozlowski, Vinod Koul, Linus Walleij,
	Bartosz Golaszewski, Wolfram Sang, Joerg Roedel, Will Deacon,
	Greg Kroah-Hartman, Wim Van Sebroeck, Yoshihiro Shimoda,
	Laurent Pinchart, devicetree, dmaengine, linux-gpio,
	linux-renesas-soc, linux-i2c, iommu, linux-serial, linux-watchdog
On Mon, May 02, 2022 at 03:34:59PM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> index 77ee7c4b8067f506..1fa243052327bffe 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> @@ -59,11 +59,11 @@ properties:
>                - renesas,r8a77980-wdt     # R-Car V3H
>                - renesas,r8a77990-wdt     # R-Car E3
>                - renesas,r8a77995-wdt     # R-Car D3
> -              - renesas,r8a779a0-wdt     # R-Car V3U
>            - const: renesas,rcar-gen3-wdt # R-Car Gen3 and RZ/G2
>  
>        - items:
>            - enum:
> +              - renesas,r8a779a0-wdt     # R-Car V3U
>                - renesas,r8a779f0-wdt     # R-Car S4-8
>            - const: renesas,rcar-gen4-wdt # R-Car Gen4
>  
^ permalink raw reply	[flat|nested] 26+ messages in thread