Re: [PATCH 2/4] dt-bindings: i2c: rcar: Document r8a7744 support

2018-09-24 Thread Geert Uytterhoeven
On Fri, Sep 21, 2018 at 7:37 PM Fabrizio Castro
 wrote:
> From: Biju Das 
>
> Document i2c Device Tree support for RZ/G1N (R8A7744) SoC, which is
> compatible with R-Car Gen2 SoC family.
>
> Signed-off-by: Biju Das 
> Reviewed-by: Fabrizio Castro 

Reviewed-by: Geert Uytterhoeven 

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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


Re: [PATCH 2/4] dt-bindings: i2c: rcar: Document r8a7744 support

2018-09-24 Thread Simon Horman
On Fri, Sep 21, 2018 at 06:36:59PM +0100, Fabrizio Castro wrote:
> From: Biju Das 
> 
> Document i2c Device Tree support for RZ/G1N (R8A7744) SoC, which is
> compatible with R-Car Gen2 SoC family.
> 
> Signed-off-by: Biju Das 
> Reviewed-by: Fabrizio Castro 

Reviewed-by: Simon Horman 

> ---
>  Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt 
> b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> index 671e2a1..30c0485 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> @@ -3,6 +3,7 @@ I2C for R-Car platforms
>  Required properties:
>  - compatible:
>   "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
> + "renesas,i2c-r8a7744" if the device is a part of a R8A7744 SoC.
>   "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
>   "renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC.
>   "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC.
> -- 
> 2.7.4
> 


[PATCH 2/4] dt-bindings: i2c: rcar: Document r8a7744 support

2018-09-21 Thread Fabrizio Castro
From: Biju Das 

Document i2c Device Tree support for RZ/G1N (R8A7744) SoC, which is
compatible with R-Car Gen2 SoC family.

Signed-off-by: Biju Das 
Reviewed-by: Fabrizio Castro 
---
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt 
b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
index 671e2a1..30c0485 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -3,6 +3,7 @@ I2C for R-Car platforms
 Required properties:
 - compatible:
"renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
+   "renesas,i2c-r8a7744" if the device is a part of a R8A7744 SoC.
"renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
"renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC.
"renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC.
-- 
2.7.4